@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html,body{
	width:100%;
}


body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
    word-break: break-all;
    font-size: 1.0rem;
	font-size:12px;
    line-height:2.5em;
    color: #1a0d00;
}

#container{
	overflow:hidden;
}

a[target=_blank][rel=nofollow] {
	padding-right: 16px;
	color:#dbedff;
	background: url(./img/link.png) right center/11px auto no-repeat;
}


/****************************************　スマホ　***********************************************************/


@media screen and (max-width: 750px){

#pc{
	display: none;
}


#sp{
	display:block;
	width:100%;
	flex:1;
}


/**********************コンテンツ**************************/

#container_sp{
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
	min-height: 100%;
    display: flex;
	flex-flow: column;
	min-height: 100vh;
}

#header{
	width:100%;
	height:auto;
}

#header img{
	vertical-align:top;
}

.section1{
	color:#274a78;
	font-size:14px;
	padding-bottom:20px;
	background: repeating-linear-gradient(135deg, #0e1c2b, #0e1c2b 2px, #18324b 2px, #18324b 4px);
}

.section1 p{
	padding:10px 10px 5px;
	font-size:16px;
	line-height: 1.6em;
}

.section2{
	color:#333;
	font-size:14px;
	padding-bottom:20px;
}

.section2 p{
	padding:20px 10px;
	font-size:16px;
	line-height: 1.6em;
}


.section3{
	color:#333;
	font-size:14px;
	margin-bottom:20px;
}

.section3 p{
	padding:10px 15px;
	font-size:16px;
	line-height: 1.6em;
}

.section4{
	color:#333;
	font-size:14px;
	padding-bottom:50px;
	background:#e3f1f9;
}

.section4 p{
	padding:20px 24px;
	font-size:16px;
	line-height: 1.6em;
}

h2 .f {
  position: relative;
  padding: 5px 5px 5px 52px;
  background: #4fb1d8;
  font-size: 18px;
  color: #fff;
  margin-left: -10px;
  line-height: 1.3em;
  border-bottom: solid 4px #abd8e7;
  z-index:-1;
}

h2:before .f{
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px #fff;
  border-bottom: solid 79px transparent;
  z-index:-2;
}

h3 .f{
	font-weight:bold;
	font-size:16px;
	color:#4fb1d8;
	text-align:center;
	margin-bottom:10px;
	background: linear-gradient(transparent 70%, #c9c9c9 70%);
}

.txt{
    font-size: 15px;
    line-height: 1.4em;
}
	
.txt p{
	padding:20px 32px;
	line-height: 1.6em;
}

.center{
	text-align:center;
	display:block;
}

.bar {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #a9a9a9;
}

ul li a {
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #ccc;
	color:#FFFFFF;
}

address{
	text-align:center;
	font-size:small;
}

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

dl{
	border:1px #F00 solid;
	padding:3px;
	background:#fff;
}

dt{
	margin:10px 0 20px;
}

.margin-30{
	margin-bottom:30px;
}

a[target=_blank][rel=nofollow] {
	padding-right: 16px;
	color:#36c;
	background: url(/files/file_b42232a6b7afa1bc0626a81799fb6f5dadaacfae.png) right center/11px auto no-repeat;
}

/**********************テキスト**************************/

.bold{
	font-weight:bold;
}

.red{
	color:#f33;
	font-weight:bold;
}

.blue{
	color:#1589ce;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.wave{
  background: url(/files/file_e3c3e1fc6cc58311153beb2433ca2dd27a1a10c3.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.under{
	text-decoration:underline;
}

.boder_r{
	border-bottom:solid 2px #f66;
}

.boder_y{
	border-bottom:solid 2px #fc0;
}

.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff99 60%);
}

.small{
	display:block;
	font-size:0.7em;
	line-height:1.3em;
	padding:3px 3px 0;
}

.midashi {
    padding: 0.5em;
    border-left: solid 5px #f00;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    background: #ffdfd4;
}

.midashi2 {
    padding: 0.5em;
    border-bottom: solid 3px #333333;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    /* background: #e7f1f9; */
}



/**********************金商法に基づく表示**************************/

#jyuyou{
	padding: 15px 10px 20px 10px;	
	/*margin:0 10px;*/
	line-height:1.4em;
	background:#e9e9e9;
}

.jyuuyou_title{
	color:#0066CC;
	font-size:14px;
	line-height:1.6em;
}

/************fixbtn******************/

.fixbtn {
	position: fixed;
	top: 10px;
	width: 100%;
	height: auto;
	display: none;
	text-align:center;
}

.fixbtn a {
	position: relative;
	overflow: hidden;
}

.fixbtn a:hover, a:focus, a:active {
	opacity:0.8;
}

.is-fixed {
  display: none!important;
}

/************FooterNavMenu******************/

.footernavmenu{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #e9e9e9;
	display: none;
}

.footernavmenu ul{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 75px;
	border-top: 1px solid #cfcfcf;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footernavmenu ul li{
	float: left;
	width: 100%;
	text-align: center;
	line-height:1.2em;
	border-left: thin solid #fff;
	top:5px;
	bottom:5px;
}

.footernavmenu ul li a{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
 
.footernavmenu ul li a:hover, a:focus, a:active{
	opacity:0.8;
}


.is-fixed {
  display: none!important;
}

.btn {
    display: block;
    margin: auto;
    width:80%;
    padding: 18px 0;
	background-color: #06c755;
	background-size:auto 36px;
	background-repeat:no-repeat;
	background-position:left center;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
	text-align:center;
}


/**********************フッター**************************/

#footer {
	bottom: 0;
	width:100%;
	padding: 10px 0 10px 0;
	background-color:#757575;
	color:#FFFFFF;
	font-size:14px;
	line-height:1.8em;
}

#footer ul li a {
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #ccc;
	color:#FFFFFF;
}

#footer ul li a::before,
#footer ul li a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
}

#footer ul li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#footer ul li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

address{
	text-align:center;
	font-size:small;
	line-height:1.3em;
}

/**********************ボタン**************************/

.button1 {
    background-color: #06c755;
    padding: 10px 5px;
    border-radius: 4px;
    color: #fff;
    font-weight:bold;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 5px 0 #0fb452;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, .3); */
    font-size: 18px;
    display: block;
    width: 80%;
    margin: 0 auto;
	display:block;
	text-align:center;
	letter-spacing: 0.03em;
}

.button_navi {
    background-color: #06c755;
    padding: 9px 5px 8px;
    color: #fff;
    font-weight:bold;
    -webkit-transition: none;
    transition: none;
    font-size: 16px;
    display: block;
    width: 70%;
    margin: 0 auto;
	display:block;
	text-align:center;
	letter-spacing: 0.06em;
}

/*きらっと光る*/

.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/  
  display:inline-block;
    background: #06c755;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
	letter-spacing: 0.06em;
    font-weight:bold;
    font-size: 16px;
}

/*キラッと光る*/
.btnshine::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
    /*キラッと光る形状*/
    width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
  animation: shine 1s ease 3s;
}

/*hoverした際の移動のアニメーション*/
.btnshine a:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.button3 {
    background-color: #ffeb3b;
    padding: 20px 5px;
    border-radius: 6px;
    color: #474747;
    font-weight:bold;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 5px 0 #f7b901;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, .3); */
    font-size: 20px;
    display: block;
    width: 84%;
    margin: 0 auto;
	display:block;
	text-align:center;
	letter-spacing: 0.06em;
}

.button4 {
    background-color: #06c755;
    padding: 20px 5px;
    border-radius: 6px;
    color: #fff;
    font-weight:bold;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 5px 0 #0fb452;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, .3); */
    font-size: 20px;
    display: block;
    width: 84%;
    margin: 0 auto;
	display:block;
	text-align:center;
	letter-spacing: 0.06em;
}

.button5 {
    background-color: #06c755;
    padding: 10px 5px;
    border-radius: 6px;
    color: #fff;
    font-weight:bold;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 4px 0 #0fb452;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, .3); */
    font-size: 18px;
    display: block;
    width: 75%;
    margin: 0 auto;
	display:block;
	text-align:center;
	letter-spacing: 0.06em;
}


/**********************ボックス・枠**************************/

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #999;
    /* border-radius: 8px; */
    /* margin: 50px 0 50px; */
    display: block;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #333;
    font-weight: bold;
}

.box26 .box-text {
    margin: 0;
    /* position: absolute; */
    /* display: block; */
    /* top: 16px; */
    /* left: 10px; */
    display: block;
    padding: 10px 0;
}

.waku_white {
    display: block;
    padding: 15px;
    margin:12px 18px 24px;
    background: #fff;
    border-radius: 9px;
}

.waku_wblue {
    display: block;
    padding: 15px;
    margin:10px 18px 5px;
    background: #f6fbfe;
    border-radius: 9px;
}

.waku_red {
    display: block;
    padding: 18px;
    margin:10px 12px 5px;
    background: #fee7e4;
    border-radius: 12px;
}

.waku_blue {
    display: block;
    padding: 18px;
    margin:10px 12px 5px;
    background: #e3f1f9;
    border-radius: 12px;
}

.waku_green {
    display: block;
    padding: 18px;
    margin:10px 12px 5px;
    background: #e8f9db;
    border-radius: 12px;
}

.waku_red_c3 {
    display: block;
    padding: 12px;
    margin:10px 12px 15px;
    background: #fee7e4;
    border-radius: 12px;
}

.waku_blue_c3 {
    display: block;
    padding: 12px;
    margin:10px 12px 15px;
    background: #e3f1f9;
    border-radius: 12px;
}

.waku_white_s4 {
    display: block;
    padding: 12px;
    margin:30px 20px 10px;
    background: #fff;
    border-radius: 12px;
}



}

/****************************************　スマホ　ここまで　***********************************************************/



/****************************************　PCフェース　***********************************************************/


@media screen and (min-width: 751px){


#pc{ display:block; }

#sp{ display: none; }



/************fixbtn******************/

.fixbtn_pc {
	position: fixed;
	top: 0;
	width: 700px;
	height: auto;
	display: none;
}

.fixbtn_pc a {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 380px;
}

.fixbtn_pc a:hover, a:focus, a:active {
	opacity:0.8;
}

.is-fixed_pc {
  display: none!important;
}

/***********　fixedHdMenu　************/

#fixedHdMenu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height:56px;
	background-color: #fff;
	box-shadow: -1px 5px 6px -4px #b3b3b3;
	-moz-box-shadow: -1px 5px 6px -4px #b3b3b3;
	-webkit-box-shadow: -1px 5px 6px -4px #b3b3b3;
	z-index: 5999;
}

#headerinner{
	display:block;
	max-width:960px;
	height:50px;
	margin:0 auto;
	padding-top:5px;
}

.headerLeft{
	float:left;
}

.headerRight{
	float:right;
	text-align:right;
}

.headerRight p{
	font-size:12px;
	line-height:1.4em;
	pading:4px;
}


/************コンテンツ******************/

#container_pc{
    overflow: hidden;
	margin:0 auto;
}

#header{
	margin:0 auto;
	padding:50px 0 40px;
	background: repeating-linear-gradient(135deg, #0e1c2b, #0e1c2b 3px, #18324b 3px, #18324b 6px);
}

.contents{
	max-width:960px;
	margin:0 auto;
}

.section{
	margin-bottom:50px;
}

.section_bk{
	display:block;
	background:#273035;
}

.section_blue{
	display:block;
	background:#d1e3f5;
}

.section_att{
	display:block;
	background: repeating-linear-gradient(135deg, #0e1c2b, #0e1c2b 3px, #18324b 3px, #18324b 6px);
}


.section1{
	display:block;
	font-size:14px;
	padding-bottom:20px;
}

.section1 h1{
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    line-height:1.4em;
    color: #fff;
	background: repeating-linear-gradient(135deg, #1c538c, #1c538c 4px, #336598 4px, #336598 8px);
	margin-top:0;
    margin-bottom: 60px;
    padding: 30px;
	position:relative;
	font-feature-settings : "palt";
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	}

.section1 h1:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(25, 177, 239, 0);
    border-top-color: #336598;
    border-width: 50px;
    margin-left: -30px;
}

.section1 p{
	padding:20px 0 60px;
	font-size:27px;
	line-height: 1.75em;
	color:#252525;
}

.section2{
	display:block;
	color:#333;
	font-size:14px;
	margin-bottom:20px;
}

.section2 h2{
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    line-height:1.4em;
    color: #fff;
	background: repeating-linear-gradient(135deg, #1c538c, #1c538c 4px, #336598 4px, #336598 8px);
	margin-top:0;
    margin-bottom: 60px;
    padding: 30px;
	position:relative;
	font-feature-settings : "palt";
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	}

.section2 h2:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(25, 177, 239, 0);
    border-top-color: #336598;
    border-width: 50px;
    margin-left: -30px;
}

.section2 p{
	padding:20px 10px 40px;
	font-size:26px;
	line-height: 1.6em;
}

.section3{
	display:block;
	color:#333;
	font-size:14px;
	margin-bottom:20px;
}

.section3 h2{
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    line-height:1.4em;
    color: #fff;
	background:#fd73a0;
	margin-top:0;
    margin-bottom: 60px;
    padding: 30px;
	position:relative;
	font-feature-settings : "palt";
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	}

.section3 h2:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(25, 177, 239, 0);
    border-top-color: #fd73a0;
    border-width: 50px;
    margin-left: -30px;
}

.section3 p{
	padding:20px 10px 40px;
	font-size:24px;
	line-height: 1.6em;
}


.section4{
	color:#333;
	font-size:14px;
	padding-bottom:50px;
	background:#e3f1f9;
}

.section4 p{
	padding:36px 42px;
	font-size:24px;
	line-height: 1.7em;
}

img{
	vertical-align:top;
	max-width:100%;
}

p{
	font-size:18px;
	line-height:1.6em;
	padding-top:20px;
}

a:hover{
	position:relative;
	opacity:0.85;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}

th{
    /* text-align: left; */
    width: 70px;
    vertical-align: top;
    font-size: 14px;
}

td {
    /* font-size: 12px; */
	margin:0;
	padding:0;
}

.last-child{
	padding:0 0 0 10px;
}


.txt{
    font-size: 15px;
    line-height: 1.4em;
}
	
.txt p{
	padding:20px;
	line-height: 1.6em;
}

.margin-30{
	margin-bottom:30px;
}

/************テキストスタイル*************/

.bold{
	font-weight:bold;
}

.red{
	color:#f33;
	font-weight:bold;
}

.blue{
	color:#1589ce;
}

.yellow{
	color:#ff0;
}

.center{
	display:block;
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.wave{
  background: url(/files/file_e3c3e1fc6cc58311153beb2433ca2dd27a1a10c3.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.under{
	text-decoration:underline;
}

.boder_r{
	border-bottom:solid 2px #f00;
}

.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff99 60%);
}

.small{
	display:block;
	font-size:12px;
	line-height:1.4em;
}


.midashi {
    padding: 0.5em;
    border-left: solid 5px #f00;
    display: block;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: bold;
    background: #ffdfd4;
}


/***************横並びスタイル***************************/

.flex{
    display: flex;/*コレ*/
    padding: 0 0 10px 0;
    margin-left:20px;
    margin-bottom:30px;
}
.flex p{
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
}


/**********************フッター**************************/

#footer {
	bottom: 0;
	margin:30px auto 0;
	width:100%;
	padding: 10px 0;
	background-color:#898989;
	color:#fff;
}

address{
	text-align:center;
	font-size:1.0rem;
	padding:10px 10px 0;
}


/**********************金商法に基づく表示**************************/

.j_txt {
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    max-width:960px;
	margin:0 auto;
	padding-top:20px;
}

.j_txt a{
	color:#f6fbfe;
	text-decoration:underline;
}

.j_st {
	font-size:15px;
	margin:16px 0 6px 0;
	padding: 0px;
	border-bottom: #aaa 1px solid;
	line-height: 20px;
}


/**********************ボタン**************************/

/*きらっと光る_オレンジ*/
.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/  
  display:inline-block;
    background: #06c755;
    color: #fff;
    padding: 26px 80px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
	letter-spacing: 0.06em;
    font-weight:bold;
    font-size: 30px;
}

/*キラッと光る*/
.btnshine::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
    /*キラッと光る形状*/
    width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
  animation: shine 1s ease 3s;
}

/*hoverした際の移動のアニメーション*/
.btnshine a:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.button_title {
    position: relative;
    background: #06c755;
    padding: 30px 0;
    border-radius: 5px;
    color: #fff;
    line-height: 42px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 6px 0 #0fb452;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    width: 840px;
    margin: 0 auto;
	letter-spacing: 0.06em;
}

.button1 {
    position: relative;
    background: #06c755;
    padding: 24px 18px;
    border-radius: 5px;
    color: #fff;
    line-height: 42px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 6px 0 #0fb452;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    width: 720px;
    margin: 0 auto;
	letter-spacing: 0.03em;
}

.button3 {
    position: relative;
    background-color: #ffeb3b;
    padding: 24px;
    border-radius: 5px;
    color: #474747;
    line-height: 42px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 6px 0 #f7b901;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    width: 520px;
    margin: 0 auto;
	letter-spacing: 0.12em;
}

.button5 {
    position: relative;
    background-color: #06c755;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    line-height: 42px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 5px 0 #0fb452;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    width: 380px;
    margin: 0 auto;
	letter-spacing: 0.12em;
}

.sec{
	width:700px;
	margin:10px auto;
}



/**********************ボックス・枠**************************/

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #999;
    /* border-radius: 8px; */
    /* margin: 50px 0 50px; */
    display: block;
    width: 520px;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;
    background: #FFF;
    color: #333;
    font-weight: bold;
}

.box26 .box-text {
    margin: 0;
    /* position: absolute; */
    /* display: block; */
    /* top: 16px; */
    /* left: 10px; */
    display: block;
    padding: 20px 0;
}


.waku_white {
    display: block;
    padding: 30px 30px 45px;
    margin:10px 120px 35px;
    background: #fff;
    border-radius: 21px;
}

.waku_wblue {
    display: block;
    padding: 24px 30px;
    margin:10px 66px 20px;
    background: #f6fbfe;
    border-radius: 12px;
    font-size:28px;
    line-height:1.5em;
}

.waku_red {
    display: block;
    padding: 36px;
    margin:10px 20px 60px;
    background: #fee7e4;
    border-radius: 12px;
    font-size:24px;
    line-height:1.5em;
}

.waku_blue {
    display: block;
    padding: 30px 36px 24px;
    margin:12px 12px 40px;
    background: #e3f1f9;
    border-radius: 12px;
    font-size:24px;
    line-height:1.5em;
}

.waku_green {
    display: block;
    padding: 36px;
    margin:10px 20px 40px;
    background: #e8f9db;
    border-radius: 12px;
    font-size:24px;
    line-height:1.5em;
}

.waku_red_c3 {
    display: block;
    padding: 24px 36px;
    margin:12px 24px 30px;
    background: #fee7e4;
    border-radius: 15px;
}

.waku_blue_c3 {
    display: block;
    padding: 24px 36px;
    margin:12px 24px 30px;
    background: #e3f1f9;
    border-radius: 15px;
}

.waku_white_s4 {
    display: block;
    padding: 24px;
    margin:50px 45px 10px;
    background: #fff;
    border-radius: 12px;
}

.txt_s2{
	display:block;
	padding: 15px 24px;
    margin:10px 20px;
}

.txt_s2 p{
	font-size:24px;
    line-height:1.5em;
}


/*-----------ページトップへ-------------*/

.pagetop {
    position: fixed;
    bottom:50px;
    right:50px;
    font-size: 77%;
}

.pagetop a {
    background:#4eace2;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

.pagetop a:hover {
    text-decoration: none;
    background: #0075b8;
}


}

/****************************************　PCフェース　ここまで　***********************************************************/