@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,500,700);

/* reset --------------------------  */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}

ul{
    /*list-style: none*/
	list-style:circle;
	padding-left: 20px;
}
ol {
    /*list-style: none*/
	list-style:decimal;
	padding-left: 20px;
}

fieldset,
img {
    border: none
}

caption,
th {
    text-align: center;
	background-color: #FCFCFC;
}

table {
    border-collapse: collapse;
	border-color: #CCCCCC;
    border-spacing: 0;

}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

input,
button,
textarea {
    line-height: normal;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
    display: none
}

textarea {
    overflow: auto;
    resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

a > img {
    vertical-align: bottom
}

strong,
.strong,
b {
    font-weight: bold
}

em,
.italic,
i {
    font-style: italic
}

del,
.del {
    text-decoration: line-through
}

:focus {
    outline: none
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* tools --------------------------  */

.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.align-left {
    float: left !important
}

.align-right {
    float: right !important
}

.overflow-hidden {
    overflow: hidden;
    display: block;
}

.text-center{
	text-align: center
}

.text-left{
	text-align: left
}

/* common --------------------------  */

.comments .tab-prev,
.comments .tab-next,
.button-download:after {
    background: url(../images/sprite.png) 0 0 no-repeat
}

html {
    height: 100%;
    background: white;
}

body {
    height: 100%;
    /*font: 16px/28px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font: 16px/28px "MS Serif","New York","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #222222;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	line-height: 1.6em;
}

.main {
    min-height: 100%;
    /*overflow: hidden;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
}

.wrap {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}

a {
    color: #444444;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
}

a:hover {
    color: #444444
}

a:active {
    color: #444444
}

.error {
    color: red !important;
    border-color: red !important;
}

.success {
    color: #00cc00 !important;
    border-color: #00cc00 !important;
}

.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}

.input-text,
.textarea {
    width: 100%;
    float: left;
    border: 2px solid #d8d8d8;
    background: white;
    height: 58px;
    padding: 10px 21px;
    font: 500 17px/34px ;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input-text:focus,
.textarea:focus {
    border-color: #aeaeae
}

.textarea {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.button {
    color: white;
    /*background: #10bbf1;*/
	background: #847c76;
    height: 58px;
    border: 1px solid #847c76;
    font: 500 22px;
    padding: 0 21px;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button:hover {
    /*background: #40c9f4;
    border-color: #40c9f4;*/
	background: #434343;
}

.button:active {
    background: #434343;
    border-color: #434343;
}

a.button {
    text-decoration: none;
    display: inline-block;
    line-height: 54px;
    color: white;
}

a.button:hover {
    color: #ffffff;
}

a.button:active {
    color: #ffffff;
}

a.button.button-stripe {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: white;
}

a.button.button-stripe:hover {
    color: #222222;
    background-color: white;
    border-color: white;
}

a.button.button-stripe:active {
    color: #222222;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

::-webkit-input-placeholder {
    color: #cccccc
}

:-moz-placeholder {
    color: #cccccc
}

::-moz-placeholder {
    color: #cccccc
}

:-ms-input-placeholder {
    color: #cccccc
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

/* header --------------------------  */

header {
	width: 100%;
	background-color: white;
    padding: 10px 0 0;
	font:24px/36px "Sawarabi Mincho";
    color: #444444;
/*   -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
	border-bottom: solid 1px #cccccc;
	position: fixed;
	z-index: 9999;
	/*box-shadow:0px 0px 4px 2px #ccc;*/
}

header h1 {
    /*font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;*/
    font-size: 14px;
    line-height: 48px;
    font-weight: normal;
}

header h1 span {
	vertical-align: top;
	white-space: nowrap;
}

/*header .autor {
    padding: 12px 0 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #444444;
}

header .autor a {
    color: #444444
}

header .autor a:hover {
    color: #444444;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

header .autor a:active {
    color: #444444;
    opacity: 1;
    filter: alpha(opacity=100);
}*/

header .buttons-wrapper {
    padding-top: 20px;
	padding-bottom: 50px;
}

header .buttons-wrapper .button-stripe {
    margin-left: 14px
}

#h-navi{
	width:1140px;
	margin: 0 auto;
}

#logo{
	width: 100%;
	padding:0;
	font-family: "メイリオ","serif";
	text-align: left;
	}

#logo img{
	width: 200px;
}

#h-navi .navi{
	width: 100%;
}

#h-navi .navi li{
	display: inline;
	position: relative; /* .enと.jaの絶対配置の基準 */
	margin-right: 5px;
	padding: 0 35px;
	font-size: 17px;
	white-space: nowrap;
}

@media all and (-ms-high-contrast: none) {
#h-navi .navi li {
white-space:normal;
}
}

@-moz-document url-prefix(){
#h-navi .navi li {
white-space:normal;
}
}
/*#h-navi .navi li:last-child{
	padding: 0 10px;
	margin-right: 0;
}*/

#h-navi .ja {
	position: absolute; /* .enと.jaを重ねて表示 */
	left: 1px;
	bottom: 3px;
	line-height: 1.0em;
	transition: 1.0s; /* 0.5秒で値をなめらかに変化させる */
	word-break: keep-all;
	padding:0 35px;
}
#h-navi .en {
 	opacity: 1; /* 普段は英語表記を表示 */
	transition: 1.0s; /* 0.5秒で値をなめらかに変化させる */
}
#h-navi .ja {
   	opacity: 0; /* 普段は日本語表記を透明に */
}
#h-navi a:hover .en { /* aにホバーしたとき英語表記は透明に */
 	opacity: 0;
}
#h-navi a:hover .ja { /* aにホバーしたとき日本語表記を表示 */
 	opacity: 1;
}
#h-navi /*.navi*/ .button {
	float: right;
	font-size: 15px;
	line-height: 30px;
	border-radius: 10px;
	background-color: #000436;
	border-color: #000436;
	white-space: nowrap;
	height: 30px;
	margin-top:-40px;
}
#h-navi /*.navi*/ .button:hover {
	background-color: #847c76;
	border-color: #847c76;
}
#h-navi /*.navi*/ .button a{
	font-family: "メイリオ","sans-serif";
	color:white;
}


.header-img {
    float: right
}

.header-wrapper {
	margin: 45px auto;
    padding: 30px 0;
    max-width: 850px;
	border-top: solid 2px #CCCCCC;
	border-bottom: solid 2px #CCCCCC;
}

.header-wrapper h2{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.header-wrapper li{
	width: 95%;
	list-style: none;
	display: inline-block;
	height: 80px;
	margin: 20px 0;
	text-indent: -90px;
	padding-left: 80px;
	box-sizing: border-box
}

.header-wrapper img{
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 10px;
}

div#mainImg{
	width:100%;
	/*min-width:1000px;*/
	/*z-index:9;*/
	position:relative;
	/*top:-66px;*/
}

.cover {
  object-fit: cover;
  object-position: 50% 10%; /*左上が基点　0　0*/
  width: 100%;
  height: 400px;
  background-color: #ccc;
  border: 1px solid #ccc;
}

/* -- ofject-fit IE/Edge --*/
.object-fit {
object-fit: cover;
font-family: 'object-fit: cover;'
}
/** -- ofject-fit IE/Edge --**/


/* footer --------------------------  */

footer {
	background: #847c76;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	padding: 30px 0;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* home --------------------------  */

/* content --------------------------  */

.spanning {
    clear: both
}

.content-wrapper{
	margin: 0 auto;
	max-width: 850px;
}

.content-wrapper div{
	width: 100%;
	margin: 30px auto;
}

.content-wrapper div h3{
	font-weight: bold;
	margin-bottom: 20px;
}


.content-wrapper2{
	margin: 0 auto;
	max-width: 850px;
}
.content-wrapper2 div{
	width: 100%;
	margin: 30px auto;
}
.content-wrapper2 div h3{
	font-weight: bold;
	margin-bottom: 20px;
}
.content-wrapper2 .promo-column {
    padding: 0 15px 60px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
	height: 250px;
}


.newsletter {
    background: #fafafa;
    padding: 103px 0 109px;
    /**text-align: center;**/
	text-align: left;
}

.newsletter p {
    font-size: 16px;
    line-height: 28px;
    max-width: 556px;
    margin: 0 auto;
    clear: both;
}

.newsletter-title {
    font: bold 48px/60px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.newsletter-form {
    position: relative;
    display: inline-block;
    padding-right: 169px;
    max-width: 556px;
    min-width: 556px;
    height: 58px;
    margin-bottom: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/** **/

.newsletter2 {
    background: #fafafa;
    padding: 103px 0 109px;
    text-align: center;
}

.newsletter2 p {
    font-size: 16px;
    line-height: 28px;
    max-width: 556px;
    margin: 0 auto;
    clear: both;
}

.newsletter-title2 {
    font: bold 48px/60px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.newsletter-form2 {
    position: relative;
    display: inline-block;
    padding-right: 169px;
    max-width: 900px;
    min-width: 556px;
    height: 58px;
    margin-bottom: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/** **/


.newsletter-form .button {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 149px;
}

.promo {
    /*padding: 114px 0 54px*/
	padding: 15px 0 60px;
	margin: 0 auto;
}

.promo-wrapper {
    margin: 0 -15px;
}

.promo-column {
    padding: 0 15px 60px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
	height: 250px;
}

.promo-column img {
    display: block;
    margin-bottom: 23px;
	border-radius: 50%;
}

.promo-column h5 {
    font: bold 18px/24px "MS Serif","New York","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.simple {
    padding: 104px 0 89px
}

.simple-content {
    float: right;
    padding-top: 37px;
    width: 420px;
}

.simple-content h3 {
    font: 700 48px/48px;
    text-transform: uppercase;
    border-bottom: solid 6px #f4f4f4;
    padding-bottom: 43px;
    margin-bottom: 43px;
}

.simple-content ul {
    margin-bottom: 5px
}

.simple-content ul li {
    font-size: 23px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 31px;
}

.simple-content ul li img {
    float: left;
    margin-right: 23px;
}

.simple-content ul li span {
    display: block;
    overflow: hidden;
}

.simple-img {
    float: left;
    max-width: 587px;
    width: 53%;
}

.simple-img img {
    display: block;
    margin: 0 auto;
}

.comments {
    background: #10bbf1;
    color: #444444;
    text-align: center;
    padding: 70px 0 60px;
}

.comments .box {
    display: none;
    padding: 0 195px 55px;
}

.comments .box.visible {
    display: block
}

.comments .box h4 {
    font: 500 36px/46px;
    margin-bottom: 37px;
}

.comments .box h4 a {
    font-weight: bold;
    color: #444444;
}

.comments .box h4 a:hover {
    text-decoration: underline
}

.comments .box p {
    font-size: 19px;
    line-height: 32px;
    font-weight: 300;
}

.comments .tabs {
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.comments .tabs li {
    display: inline-block;
    margin: 0 8px;
    width: 11px;
    height: 11px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    cursor: pointer;
    -moz-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    -ms-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    -o-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.comments .tabs li:hover {
    background-color: white
}

.comments .tabs li.active {
    background-color: transparent;
    box-shadow: 0 0 0 2px white;
}

.comments .tab {
    position: relative
}

.comments .tab-prev,
.comments .tab-next {
    position: absolute;
    left: 98px;
    top: 94px;
    width: 23px;
    height: 16px;
    background-position: 0 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.comments .tab-prev:hover,
.comments .tab-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.comments .tab-next {
    left: auto;
    right: 98px;
    background-position: -50px 0;
}

.video-title {
    font: bold 48px/48px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.video-subtitle {
    font-size: 19px;
    line-height: 25px;
    color: #919191;
    text-align: center;
}

.video {
    padding: 108px 0 116px
}

.video-block {
    padding-top: 34px;
    margin: 0 auto 32px;
    max-width: 760px;
}

.video-share-wrapper {
    clear: both;
    text-align: center;
}

.social-list {
    display: inline-block
}

.social-list li {
    font-size: 19px;
    line-height: 38px;
    float: left;
    margin: 0 9px;
}

.social-list li a {
    font-size: 15px;
    line-height: 38px;
    display: block;
    width: 160px;
    height: 38px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #3bcbff;
    color: #444444;
    text-align: center;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
}

.social-list li a:hover {
    background-color: #847c76;
}

.social-list li a:active {
    background-color: #444444;
}

.social-list li a.social-facebook {
    background-color: #1e3aa6
}

.social-list li a.social-facebook:hover {
    background-color: #2649d1
}

.social-list li a.social-facebook:active {
    background-color: #162b7b
}

.social-list li a.social-google {
    background-color: #d72d26
}

.social-list li a.social-google:hover {
    background-color: #e05650
}

.social-list li a.social-google:active {
    background-color: #ac241e
}

.discover {
    padding: 31px 0 25px;
    background: #fafafa;
}

.discover-content {
    /*float: right;
    width: 50%;*/
    padding: 77px 97px 50px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.discover-content h2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 29px;
}

.discover-button {
	width: 1140px;
    /*padding-top: 68px;*/
    margin: 0 10px;
    clear: both;
}

.button-download {
    height: 62px;
    float: left;
    font: 500 11px/13px;
    padding-left: 61px;
    padding-right: 0;
    width: 180px;
    text-align: left;
    margin: 0 10px 20px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-download:after {
    content: "";
    position: absolute;
    left: 23px;
    top: 14px;
    width: 32px;
    height: 32px;
    background-position: -100px 0;
}

.button-download.android:after {
    background-position: -150px 0
}

.button-download-title {
    padding: 11px 0 1px;
    display: block;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
}

.button-download-subtitle {
    display: block;
    font-size: 21px;
    line-height: 23px;
    text-align: left;
}

.discover-img {
    float: left;
    width: 50%;
}

.discover-img img {
    display: block
}

.discover-img-inside {
    margin: 0 -40px
}

.main .buttons-wrapper {
    padding-top: 20px;
	padding-bottom: 50px;
	width: 32%;
	float: left;
	margin-right: 5px;
	text-align: center;
}

.main .buttons-wrapper .button {
	width: 100%;
}

/*.main .buttons-wrapper .button-stripe {
    margin-left: 14px
}
*/
/* sidebar --------------------------  */

/* news --------------------------  */
#news-wrapper{
	margin: 50px auto;
	max-width: 850px;
}

p.news {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  height: 30px;
  color: #444444;
	padding-left: 10px;
	padding-top: 7px;
	border-left: solid 3px #444444;
	border-bottom: solid 1px #CCCCCC;

}
.dash {
	border-top: 1px dashed #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
.news-body{
	padding:0 5px;
}
.news-heading{
	font-weight: 700;
}

.adjust{
	margin-top: -100px;
	padding-top: 120px;
}


.wrap h3{
	font-weight: bold;
	margin: 10px 0 0;
}

.pse section{
	width: 48%;
}

.pse section img{
	margin-top: 30px;
}

.pse .align-right{
text-align: center;
}

.pse h3{
	margin: 15px 0;
	padding-bottom: 5px;
	border-bottom: solid 1px #CCCCCC;
}

.table{
	border-collapse: collapse;
	width:98%; 
	border: solid 1px #CCCCCC;
	margin: 20px auto;
}

.table caption{
    background-color: #FFFFFF;
	text-align: left;
	padding: 20px 0 10px;
}

.table caption h3{
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.table th{
	padding: 5px;
	text-align: center;
	border-color: #CCCCCC;
	word-break: keep-all;
}
.table td{
	padding: 5px;
    text-align: left;
	border-color: #CCCCCC;
}


.flowchart{
	border-collapse: collapse;
	width:100%; 
	border: solid 1px #FFFFFF;
	margin: 20px auto;
}
.flowchart caption{
	background-color: #130033;
	color: white;
	text-align: center;
	padding: 15px;
}

.flowchart td{
	width: 50%;
	padding: 5px;
    text-align: left;
	border: none;
}

.flowchart td img {
	width: 100%;
}

 /* 丸数字　*/
.flowchart ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.flowchart li {
  line-height: 1.8em;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.flowchart li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border:solid 1px #444444;
  background-color: #FFF;
  color: #222;
  display: block;
  float: left;
  line-height: 20px;
  margin-left: -30px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
/** 丸数字　**/

.table2{
	border-collapse: collapse;
	width:98%; 
	border: solid 1px #CCCCCC;
	margin: 20px auto 0;
}

.table2 caption{
    background-color: #FFFFFF;
	text-align: left;
	padding: 20px 0 10px
}

.table2 caption h3{
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.table2 th{
	padding: 5px;
	text-align: center;
	border-color: #CCCCCC;
	word-break: normal;
}
.table2 td{
	padding: 5px;
    text-align: center;
	border-color: #CCCCCC;
}


/* ===[ Responsive all mobile sizes ]=== */
@media (max-width: 979px) { 
  .newsletter-form {
      min-width: 0
  }

  .newsletter-title {
      font-size: 36px;
      line-height: 48px;
  }

  .header-img {
      display: none
  }

  .header-wrapper {
      /*padding-top: 0;*/
      max-width: none;
  }

  header {
      text-align: center;
      font-size: 19px;
  }
  header h1 {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}
	header h1 span {
    font-weight: 200;
	padding-left:5px;
	vertical-align: top;
}
	header .buttons-wrapper .button {
    margin-bottom: 20px
  }
	#h-navi{
	width:100%;
	margin: 0 auto;
	padding:0;
}
	#logo{
	width: 100%;
	padding:0;
		text-align: left;
	}
	#logo img{
	width: 200px;
}
	#h-navi .navi{
	width:100%
	}

  .cover {
	object-fit: cover;
	width: 100%;
	height: 300px;
}

  .promo-column {
      width: auto;
      max-width: 290px;
      margin-left: auto;
      margin-right: auto;
      float: none;
      text-align: center;
  }

  .promo-column img {
      margin-left: auto;
      margin-right: auto;
  }

  .simple-content {
      float: none;
      width: auto;
      padding-top: 0;
  }

  .simple-content h3 {
      font-size: 36px;
      line-height: 46px;
      text-align: center;
  }

  .simple-content ul {
      max-width: 310px;
      margin-left: auto;
      margin-right: auto;
  }

  .simple-img {
      float: none;
      width: auto;
      max-width: none;
      margin-left: -80px;
      margin-right: -80px;
  }

  .comments .box {
      padding-left: 0;
      padding-right: 0;
  }

  .comments .tab-prev,
  .comments .tab-next {
      display: none
  }

  .social-list li {
      float: none;
      text-align: center;
      padding-top: 20px;
  }

  .social-list li:first-child {
      padding-top: 0
  }

  .social-list li a {
      margin-left: auto;
      margin-right: auto;
  }

  .video-title {
      font-size: 36px;
      line-height: 46px;
  }

  .discover-content {
      float: none;
      width: auto;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
  }

  .discover-content h2 {
      font-size: 60px;
      line-height: 60px;
  }

  .discover-img {
      float: none;
      width: auto;
  }

  .discover-img img {
      margin: 0 auto
  }

  .discover-button {
    text-align: center;
	width: 100%;
    /*padding-top: 68px;*/
    clear: both;
}

  .comments .tabs li {
      width: 18px;
      height: 18px;
      margin: 0 14px;
  }
	
.main .buttons-wrapper {
	margin: 0px auto;
	padding:20px 0;
	width: 95%;

}

.main .buttons-wrapper .button {
	width: 100%;
}
	
.content-wrapper2 .promo-column {
      width: auto;
      max-width: 290px;
      margin-left: auto;
      margin-right: auto;
      float: none;
      text-align: center;
  }
}

@media (max-width: 768px) { 

header {
      text-align: center;
      font-size: 19px;
  }

header h1 {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

	header h1 span {
    font-weight: 200;
	padding-left:5px;
	vertical-align: top;
}

  header .buttons-wrapper .button {
      margin-bottom: 20px
  }

	#h-navi{
	width:100%;
	margin: 0 auto;
}

	#logo{
	width: 100%;
	padding:0;
	}

	#logo img{
	width: 200px;
}
	
	#h-navi .navi{
	/*margin-top:-5px;
	float: right;*/
	width: 100%;
}
	
	.cover {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

	.main{
	padding-top: 135px;
	}

  .discover-button {
    text-align: center;
	width: 100%;
    /*padding-top: 68px;*/
    clear: both;
}
	
.main .buttons-wrapper {
	margin: 0px auto;
	padding:20px 0;
	width: 95%;

}
.main .buttons-wrapper .button {
	width: 100%;
}

	.pse section{
	width: 98%
}

	.pse .align-left{
	float: none;
}
	.pse .align-right{
	float: none;
	text-align: center;
}

	.pse img{
		max-width: 100%;
	}
	
	.flowchart td{
	width: 100%;
	display: block;
	border:solid 1px #FFFFFF;
}

	
/* ===[ Responsive just mobile portrait ]=== */

@media (max-width: 479px) { 
  header .buttons-wrapper .button.button-stripe {
      margin-left: 0
  }
  
    header h1 {
     padding-top: 10px;
  }

	#h-navi{
	width:98%;
	/*height: 100px;*/
	}
	
	#logo{
	width: 100%;
	margin: 0;
	text-align: left;
	}
	
	#logo img{
	width: 33%;
	}
    
	#logo span{
	display: none;
	}
	/*#h-navi .navi{
	margin-top:-5px;
	}*/
	
	#h-navi .navi li{
	display: inline;
	padding: 0 10px;
}
	
	.cover {
  object-fit: cover;
  width: 100%;
  height: 150px;
}

	.main{
	padding-top: 150px;
	}
	
  .discover-content h2 {
      font-size: 36px;
      line-height: 46px;
  }

.discover-button {
    text-align: center;
	width: 100%;
    /*padding-top: 68px;*/
    clear: both;
}
	
.main .buttons-wrapper {
	margin: 0px auto;
	padding:20px 0;
	width: 95%;

}
.main .buttons-wrapper .button {
	width: 100%;
}


}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { 
  .comments .tab-prev,
  .comments .tab-next,
  .button-download:after,
  .comments .tab-prev,
  .comments .tab-next,
  .button-download:after {
      background: url(../images/sprite@2x.png) 0 0 no-repeat;
      -moz-background-size: 200px 50px;
      -webkit-background-size: 200px 50px;
      -o-background-size: 200px 50px;
      background-size: 200px 50px;
  }
}
