@charset "utf-8";
/*
Theme Name: ontaksan-solution
Theme URI: http://www.solution-sy.com/
Author: Xiez
Author URI: https://xiezsama.com/
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

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

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body{width:100%;font-size:16px;color:#444;background:#fff;line-height:1.8;
	font-family:メイリオ, Meiryo,"MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width:1400px){
	body{font-size:14px;}
}
address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

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

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

::-moz-focus-inner{border:0;padding:0;}

a,a:link,a:visited{text-decoration:none;}

a:hover,a:active{text-decoration:none;}

ul{list-style:none;}

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

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*wrapper*/
.wrapper{position:relative;left:0;z-index:20;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
    transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.wrapper .wrapperBg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;background:rgba(0,0,0,0.5);}
.wrapper-move{left:-200px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;margin-left:20px;}
.mobile-btn div{position:relative;right:0px;top:0;display:block;width:30px;height:20px;background:none;cursor:pointer;
  	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
    transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:30px;height:2px;background:#000;
    -webkit-transform-origin:center;
    -moz-transform-origin:center;
    -ms-transform-origin:center;
    -o-transform-origin:center;    
    transform-origin:center;
    
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){    
    -webkit-transform:translateY(-9px);
    -moz-transform:translateY(-9px);
    -ms-transform:translateY(-9px);
    -o-transform:translateY(-9px);    
    transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){    
    -webkit-transform:translateY(9px);
    -moz-transform:translateY(9px);
    -ms-transform:translateY(9px);
    -o-transform:translateY(9px);    
    transform:translateY(9px);
}
.mobile-btn .active{
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){width:20px !important;
  	transform-origin:0.71429px center !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}	
.mobile-btn .active span:nth-child(3){width:20px !important;
    transform:rotate3d(0,0,1,40deg) !important;
    transform-origin:0.71429px center !important;    
}
@media screen and (max-width:750px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{display:none;position:fixed;top:0;right:0;z-index:60;display:block;padding:3em 10px 0 10px;width:200px;text-align:center;height:100vh;background:#333;
	-webkit-transform:translateX(200px);
    transform:translateX(200px);
    -webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
    transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	transform:translateX(0px) !important;
}
.sp-wrapper h2{width:100%;text-align:center;font-size:24px;text-transform:uppercase;color:#fff;letter-spacing:1px;font-weight:normal;}
.sp-wrapperul{margin-top:1.5em;width:100%;}
.sp-wrapperul>li{text-align:center;border-top:1px solid #5d5d5d;}
.sp-wrapperul>li>a{display:block;padding:10px 0;font-size:14px;color:#fff;letter-spacing:1px;text-transform:uppercase;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.sp-wrapperul>li>a:hover{background:#fff;color:#002e63;}
.sp-wrapperul>li>a>span{display:none;}

/*bkt*/
.bkt{position:fixed;right:10px;bottom:10px;width:60px;height:60px;text-align:center;z-index:999;background:#cc5890;cursor:pointer;transition:.3s;}
.bkt>p{font-size:12px;color:#fff;text-transform:uppercase;transform:scale(0.6);}
.bkt:hover{opacity:0.8;}
.bkt>svg{display:block;margin:12px auto 0;width:20px;height:20px;fill:#ffffff;}
@media screen and (max-width:1080px){
	.bkt{width:40px;height:40px;}
	.bkt>p{display:none;}
	.bkt>svg{margin:10px auto;}
}

@font-face {
  font-family: 'iconfont';
  src: url('icon/iconfont.eot');
  src: url('icon/iconfont.eot?#iefix') format('embedded-opentype'),
      url('icon/iconfont.woff2') format('woff2'),
      url('icon/iconfont.woff') format('woff'),
      url('icon/iconfont.ttf') format('truetype'),
      url('icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* common_tit */
.common_tit{position:relative;padding-bottom:10px;line-height:1;border-bottom:2px solid #ebe3e2;}
.common_tit:after{position:absolute;bottom:-2px;left:0;content:'';width:210px;height:2px;background:#be085d;}
.common_tit h2{font-size:22px;color:#444;letter-spacing:3px;}
.common_tit h2 span{padding-right:6px;color:#be085d;}
.common_tit h2 span>img{display:inline-block;}
@media screen and (max-width:1400px){
	.common_tit h2{font-size:18px;letter-spacing:2px;}
}
@media screen and (max-width:750px){
	.common_tit:after{width:160px;}
	.common_tit h2{font-size:18px;letter-spacing:1px;}
	.common_tit h2 span{font-size:18px;}
}

/*more*/
.more{margin-top:3em;display:flex;justify-content:center;}
.more a{display:flex;align-items:center;position:relative;padding:13px 60px;line-height:1;overflow:hidden;font-size:14px;color:#be085d;border:1px solid #be085d;text-transform:uppercase;
	-webkit-transition:0.3s;
    transition:0.3s;
}
.more a:after{display:inline-block;content:"";position:relative;z-index:5;margin-left:25px;width:8px;height:8px;
	border:solid #be085d;
	border-width:1px 1px 0 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:0.4s;
    transition:0.4s;
}
.more a:hover{color:#fff;background:#be085d;}
.more a:hover:after{border:solid #fff;border-width:1px 1px 0 0;}
.more3{margin-top:4em;}
@media screen and (max-width:1400px){
	.more a{padding:10px 40px;}
	.more3{margin-top:3em;}
}
@media screen and (max-width:750px){
	.more a{padding:8px 30px;}
	.more a:after{margin-left:20px;}
}
.more2{margin-top:3em;display:flex;justify-content:center;}
.more2 a{display:flex;align-items:center;padding:5px 20px;font-size:18px;color:#fff;font-weight:bold;letter-spacing:2px;background:#be085d;border-radius:5px;
	-webkit-transition:0.3s;
    transition:0.3s;
}
.more2 a span{padding-left:10px;font-size:26px;}
.more2 a:hover{background:#d92c7d;}
@media screen and (max-width:1400px){
	.more2{margin-top:2.5em;}
	.more2 a{font-size:16px;letter-spacing:1px;}
	.more2 a span{font-size:24px;}
}
@media screen and (max-width:750px){
	.more2{margin-top:2em;}
	.more2 a{font-size:14px;letter-spacing:0px;}
	.more2 a span{font-size:22px;}
}

/* logged-in admin-bar */
body.logged-in .header{top:32px;}
@media screen and (max-width:840px){
	body.logged-in .header{top:32px;}
	body.logged-in .mobile-btn{top:50px;}
}
@media screen and (max-width:782px){
	body.logged-in .header{top:46px;}
	body.logged-in .mobile-btn{top:64px;}
}
@media screen and (max-width:600px){
	body.logged-in .header_fixedT{top:0;}
	body.logged-in .mobile-btn-min{top:18px;}
}

/* header */
@-webkit-keyframes headermove{
	0%{
	    top:-60px;
	}
	100%{
	    top:0px;
	}
}
.header.header_fixed{position:fixed;top:0;left:0;z-index:99;
	background:#fff;
	box-shadow:0 0 6px #ccc;
	-webkit-animation:headermove .5s linear 1 0s;
  	-moz-animation:headermove .5s linear 1 0s;
  	-ms-animation:headermove .5s linear 1 0s;
  	-o-animation:headermove .5s linear 1 0s;
  	animation:headermove .5s linear 1 0s;
}
.header{width:100%;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .headercon{margin:0 auto;padding:10px 0px;display:flex;align-items:center;justify-content:space-between;max-width:1050px;width:100%;}
.header .headercon a.logo{width:270px;line-height:1;}
.header .headercon .header_right{display:flex;align-items:flex-end;}
.header .headercon .header_right>a{display:block;margin-right:20px;width:200px;}
.header .headercon .header_right dl{display:flex;}
.header .headercon .header_right dl dt p span{font-size:16px;color:#b40f5e;font-weight:bold;line-height:1;}
.header .headercon .header_right dl dt a{font-size:26px;color:#838383;font-family: 'Crimson Text', serif;line-height:1;}
.header .headercon .header_right dl dt p,.header .headercon .header_right dl dd p{display:flex;align-items:center;line-height:1;}
.header .headercon .header_right dl dt p:nth-child(1){font-size:22px;color:#838383;font-style:italic;}
.header .headercon .header_right dl dt p:nth-child(2){font-size:14px;color:#838383;font-style:italic;}
.header .headercon .header_right dl dt p:nth-child(3){margin-top:2px;padding:3px 5px;display:flex;justify-content:center;font-size:12px;color:#838383;border:1px solid #b40f5e;}
.header .headercon .header_right dl dt p:nth-child(3) em{transform:scale(0.8);}
.header .headercon .header_right dl dt p span,
.header .headercon .header_right dl dd p span{padding-right:7px;}
.header .headercon .header_right dl dd{margin-left:15px;/*padding:0 20px;*/display:flex;flex-direction:column;align-items:center;justify-content:center;
	-webkit-transition:0.3s;
    transition:0.3s;
}
/*.header .headercon .header_right dl dd:hover{box-shadow:2px 2px 6px #838383;}*/
.header .headercon .header_right dl dd a{display:block;/*color:#fff;font-weight:bold;*/}
.header .headercon .header_right dl dd a:not(:first-child){margin-top:5px;}
.header .headercon .header_right dl dd a:hover{opacity:0.8;}
.header .headercon .header_right dl dd p{display:none;}
.header .main-navigation{padding:0 40px;background:linear-gradient(to bottom, #b40f5e 0%, #bd3a79 50%, #b40f5e 100%);}
.header .main-navigation ul{display:flex;margin:0px auto;padding:13px 0;align-items:center;justify-content:space-between;max-width:1050px;width:100%;}
.header .main-navigation ul li{position:relative;width:calc(100% / 5);text-align:center;line-height:1;border-right:2px dotted #fff;}
.header .main-navigation ul li:first-child{border-left:2px dotted #fff;}
.header .main-navigation ul li a{display:inline-block;font-size:14px;color:#fff;}
.header .main-navigation ul li a span{display:block;padding-bottom:5px;font-size:24px;}
.header .main-navigation ul li:nth-child(4) span{font-size:22px;}
.header .main-navigation ul li:last-child a span{font-size:24px;}

@media screen and (max-width:1400px){
	.header .headercon{padding:10px 20px;}
	.header .headercon a.logo{width:220px;}
	.header .headercon .header_right>a{margin-right:10px;width:170px;}
	.header .headercon .header_right dl dt a{font-size:20px;}
	.header .headercon .header_right dl dt p:nth-child(1){font-size:20px;}
	.header .headercon .header_right dl dt p:nth-child(2){font-size:14px;}
	.header .headercon .header_right dl dt p:nth-child(3){margin-top:5px;padding:4px;}
	.header .headercon .header_right dl dd p span{padding-right:5px;font-size:18px;}
	.header .headercon .header_right dl dd{margin-left:10px;padding:0 15px;}
	.header .main-navigation{padding:0 20px;}
	.header .main-navigation ul{padding:10px 20px;}
	.header .main-navigation ul li a{font-size:13px;}
	.header .main-navigation ul li a span{font-size:20px;}
	.header .main-navigation ul li:nth-child(4) span{font-size:20px;}
	.header .main-navigation ul li:last-child a span{font-size:24px;}
}
@media screen and (max-width:1050px){
	.header .headercon a.logo{width:180px;}
	.header .headercon .header_right>a{width:150px;}
	.header .headercon .header_right dl dt p:nth-child(1){font-size:16px;}
	.header .headercon .header_right dl dt p:nth-child(2){font-size:12px;}
	.header .headercon .header_right dl dt p:nth-child(3){margin-top:2px;padding:3px;}
	.header .main-navigation ul{padding:13px 0px;}
	.header .main-navigation ul li a span{font-size:16px;}
	.header .main-navigation ul li:nth-child(4) span{font-size:16px;}
	.header .main-navigation ul li:last-child a span{font-size:18px;}
}
@media screen and (max-width:750px){
	.header .headercon{padding:15px 20px;}
	.header .headercon a.logo{width:110px;}
	.header .headercon .header_right{align-items:center;}
	.header .headercon .header_right>a{width:110px;}
	.header .main-navigation{display:none;}
	.header .headercon .header_right{position:absolute;right:60px;}
	.header .headercon .header_right dl{align-items:center;}
	.header .headercon .header_right dl dt p span{font-size:24px;}
	.header .headercon .header_right dl dt p:nth-child(1) em{display:none;}
	.header .headercon .header_right dl dt p:nth-child(2){display:none;}
	.header .headercon .header_right dl dt p:nth-child(3){display:none;}
	.header .headercon .header_right dl dd{flex-direction:row;margin-left:3px;padding:0;background:none;}
	.header .headercon .header_right dl dd>a{display:none;}
	.header .headercon .header_right dl dd p{display:flex;}
	.header .headercon .header_right dl dd p em{display:none;}
	.header .headercon .header_right dl dd p span{display:block;font-size:24px;color:#be085d;}
}
@media screen and (max-width:400px){
	.header .headercon .header_right>a{width:80px;}
	.header .headercon .header_right dl dt p span{font-size:20px;}
	.header .headercon .header_right dl dd p span{font-size:20px;}
}


/*banner*/
.banner{position:relative;width:100%;height:72vh;overflow:hidden;}
.banner *{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.banner .bannerbg{width:100%;height:100%;}
.banner .hasbg{background-size:cover;}
.banner .swiper-pagination-bullet{width:15px;height:15px;background:#fff;opacity:1;}
.banner .swiper-pagination-bullet-active{background:#b40f5e;}
@media screen and (max-width:1400px){
	.banner{height:60vh;}
}
@media screen and (max-width:1050px){
	.banner{height:45vh;}
	.banner .swiper-pagination-bullet{width:10px;height:10px;}
}
@media screen and (max-width:750px){
	.banner{height:30vh;}
}
@media screen and (max-width:600px){
	.banner{height:26vh;}
}
@media screen and (max-width:500px){
	.banner{height:22vh;}
}
@media screen and (max-width:420px){
	.banner{height:18vh;}
}




.boxwidth{margin:0 auto;width:100%;max-width:1320px;}


.indexone{padding:80px 40px;}
.indexonecon{margin:0 auto;max-width:1050px;width:100%;}
.indexonecon .common_tit{margin-bottom:2em;}
.indexonecon dl{display:flex;justify-content:space-between;padding:10px 0px;border-bottom:1px dotted #ccc;}
.indexonecon dl dt{width:120px;}
.indexonecon dl dd{width:calc(100% - 150px);}
.indexonecon dl dd a{color:#444;}
.indexonecon dl dd a:hover{color:#b40f5e;}
@media screen and (max-width:1400px){
	.indexone{padding:60px 20px;}
	.indexonecon .common_tit{margin-bottom:1.5em;}
}
@media screen and (max-width:750px){
	.indexonecon dl{padding:8px 0px;}
	.indexonecon dl dt{width:80px;}
	.indexonecon dl dd{width:calc(100% - 100px);}
}

.indextwo{padding:0px 40px;}
.indextwocon{margin:0 auto;max-width:1050px;width:100%;}
.indextwocon dl{margin-top:2em;display:flex;flex-flow:wrap;justify-content:space-between;}
.indextwocon dl dt{width:calc(50% - 15px);}
.indextwocon dl dt figure:after{padding-top:90%;}
.googlemap{position:relative;width:100%;height:460px;overflow:hidden;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
.googlemap iframe,.googlemap embed-container,.content-container{position:absolute;top:0;left:0;width:100%;height:100%;}
.indextwocon dl dt p{display:flex;margin-top:1em;padding:3px 10px;font-size:14px;}
.indextwocon dl dt a{display:block;color:#444;font-weight:bold;text-decoration:underline;}
.indextwocon dl dd{width:calc(50% - 15px);}
.indextwocon dl dd table{width:100%;font-size:14px;}
.indextwocon dl dd table tr{border-bottom:1px solid #ccc;}
.indextwocon dl dd table tr:first-child{background:#f6f4e8;border-bottom:none;}
.indextwocon dl dd table tr td{padding:35px 10px;text-align:center;}
.indextwocon dl dd table tr td:first-child{width:160px;}
.indextwocon dl dd table tr:first-child td:first-child{font-weight:bold;}
.indextwocon dl dd table tr td span{color:#be085d;}
.indextwocon dl dd>p{margin-top:1em;font-size:14px;}
.indextwocon .telbox ul{margin-top:15px;display:flex;align-items:center;justify-content:space-between;font-weight:bold;}
.indextwocon .telbox ul li:first-child{display:none;line-height:1;color:#838383;}
.indextwocon .telbox ul li:first-child span{padding-right:10px;color:#be085d;}
.indextwocon .telbox ul li:first-child>a{display:block;margin-top:5px;font-size:44px;letter-spacing:4px;color:#838383;font-style:italic;line-height:1;font-family: 'Crimson Text', serif;}
.indextwocon .telbox ul li:last-child>a{display:flex;align-items:center;padding:10px 20px;color:#fff;background:#be085d;border-radius:8px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.indextwocon .telbox ul li:last-child>a span{padding-right:10px;}
.indextwocon .telbox ul li:last-child>a:hover{box-shadow:2px 2px 6px #838383;}
.indextwocon dl dd .telbox>a{display:block;margin-top:15px;color:#444;text-decoration:underline;font-weight:bold;}
@media screen and (max-width:1400px){
	.indextwo{padding:0 20px;}
	.indextwocon dl{margin-top:1.5em;}
	.indextwocon dl dt{width:calc(50% - 8px);}
	.googlemap{height:400px;}
	.indextwocon dl dd{width:calc(50% - 8px);}
}
@media screen and (max-width:1000px){
	.googlemap{height:340px;}
	.indextwocon dl dt p{font-size:12px;}
	.indextwocon dl dd table{font-size:12px;}
	.indextwocon dl dd table tr td{padding:25px 5px;}
	.indextwocon dl dd table tr td:first-child{width:120px;}
	.indextwocon dl dd p{font-size:12px;}
	.indextwocon .telbox ul{justify-content:flex-start;}
	.indextwocon .telbox ul li:first-child{margin-right:20px;}
	.indextwocon .telbox ul li:first-child span{padding-right:6px;}
	.indextwocon .telbox ul li:first-child>a{font-size:36px;}
	.indextwocon .telbox ul li:last-child>a{padding:8px 10px;}
	.indextwocon .telbox ul li:first-child span{font-size:16px;}
}
@media screen and (max-width:920px){
	.indextwocon .telbox ul li:first-child>a{font-size:26px;letter-spacing:2px;}
}
@media screen and (max-width:800px){
	.indextwocon dl{display:block;}
	.indextwocon dl dt{width:100%;}
	.googlemap{height:280px;}
	.indextwocon dl dd{margin-top:1.5em;width:100%;}
	.indextwocon .telbox{max-width:400px;}
}
@media screen and (max-width:420px){
	.indextwocon dl dt p{display:block;}
	.indextwocon dl dt p span{display:block;}
	.indextwocon .telbox ul li:first-child{margin-right:10px;}
	.indextwocon .telbox ul li:last-child>a{padding:6px 8px;}
	.indextwocon .telbox ul li:last-child{font-size:14px;}
	.indextwocon .telbox ul li:last-child span{font-size:16px;}
}

/* 2022-04-01 */
.addPdfMo{margin:40px auto 0;padding:40px;width:100%;max-width:950px;border:5px solid #be085d;}
.addPdfMo>h3{position:relative;text-align:center;line-height:1;font-size:32px;}
.addPdfMo>h3 img{position:absolute;top:50%;right:0;width:100%;max-width:123px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.addPdfMo>hgroup{margin-top:60px;}
.addPdfMo>hgroup>*:not(:first-child){margin-top:15px;}
.addPdfMo>div{display:flex;justify-content:space-between;align-items:center;margin-top:30px;}
.addPdfMo>div>div{width:calc(50% - 20px);}
.addPdfMo>div>div>*:not(:first-child){margin-top:15px;}
.addPdfMo>div>div>ul>li{padding-left:25px;line-height:1.4;background:url(http://ontakesanhifuka.com/wp-content/uploads/2022/04/timesIcon.jpg) no-repeat left center;}
.addPdfMo>div>div>ul>li:not(:first-child){margin-top:5px;}
.addPdfMo>div>figure{width:calc(50% - 20px);overflow:hidden;border:5px solid #be085d;border-radius:10px;}
@media screen and (max-width:1400px){
	.addPdfMo{margin:35px auto 0;padding:35px;border-width:4px;}
	.addPdfMo>h3{font-size:28px;}
	.addPdfMo>h3 img{max-width:80px;}
	.addPdfMo>hgroup{margin-top:40px;}
	.addPdfMo>hgroup>*:not(:first-child){margin-top:10px;}
	.addPdfMo>div{margin-top:25px;}
	.addPdfMo>div>div{width:calc(50% - 10px);}
	.addPdfMo>div>div>*:not(:first-child){margin-top:10px;}
	.addPdfMo>div>figure{width:calc(50% - 10px);border-width:4px;}
}
@media screen and (max-width:1000px){
	.addPdfMo{margin:30px auto 0;padding:30px;border-width:3px;}
	.addPdfMo>h3{font-size:24px;}
	.addPdfMo>h3 img{max-width:40px;}
	.addPdfMo>hgroup{margin-top:20px;}
	.addPdfMo>div{margin-top:20px;}
	.addPdfMo>div>figure{border-width:3px;}
}
@media screen and (max-width:820px){
	.addPdfMo{padding:25px 20px;}
	.addPdfMo>h3{font-size:20px;}
	.addPdfMo>div{display:block;}
	.addPdfMo>div>div{width:100%;}
	.addPdfMo>div>figure{margin:20px auto 0;width:100%;max-width:400px;}
}

.indexthree{padding:80px 0px;}
.indexthreecon{margin:0 auto;width:100%;}
.indexthreecon dl{display:flex;justify-content:space-between;}
.indexthreecon dl dt{width:calc(45% - 20px);}
.indexthreecon dl dt figure{background-position:top center;height:100%;}
.indexthreecon dl dt figure:after{padding-top:70%;}
.indexthreecon dl dd{width:calc(55% - 20px);}
.indexthreecon dl dd div{max-width:650px;}
.indexthreecon dl dd div h3{margin-top:2em;font-size:28px;}
.indexthreecon dl dd div p{margin-top:3em;}
.indexthreecon dl dd div img{margin-top:3em;}
@media screen and (max-width:1400px){
	.indexthree{padding:60px 20px;}
	.indexthreecon dl dt{width:calc(45% - 10px);}
	.indexthreecon dl dd{width:calc(55% - 10px);}
	.indexthreecon dl dd div h3{margin-top:1.5em;font-size:24px;}
	.indexthreecon dl dd div p{margin-top:2em;}
	.indexthreecon dl dd div img{margin-top:2em;}
}
@media screen and (max-width:1050px){
	.indexthreecon dl dd div h3{margin-top:1em;font-size:20px;}
	.indexthreecon dl dd div p{margin-top:1.5em;}
	.indexthreecon dl dd div img{margin-top:1.5em;}
}
@media screen and (max-width:750px){
	.indexthreecon dl{display:block;}
	.indexthreecon dl dt{width:100%;}
	.indexthreecon dl dd{width:100%;}
	.indexthreecon dl dd div{max-width:100%;}
	.indexthreecon dl dd div p{margin-top:1em;}
	.indexthreecon dl dd div img{margin-top:1em;}
}

.indexfour{padding:80px 40px;}
.indexfourcon{margin:0 auto;max-width:1050px;width:100%;}
.indexfourcon dl{margin-top:1em;display:flex;justify-content:space-between;}
.indexfourcon dl dt{width:calc(50% - 20px);}
.indexfourcon dl dt figure{border-radius:5px;}
.indexfourcon dl dt figure:after{padding-top:35%;}
.indexfourcon dl dt h3{margin-top:10px;font-size:18px;color:#be085d;}
.indexfourcon dl dt h3 span{padding-right:6px;}
.indexfourcon dl dt p{margin-top:6px;}
.indexfourcon dl dt p span{color:#be085d;}
.indexfourcon2{margin-top:5em;}
.indexfourcon2 dl dt{width:100%;}
.indexfourcon2 dl dt figure:after{padding-top:17%;}
.indexfourcon2 dl dt>div{display:flex;flex-flow:wrap;margin-top:0.5em;justify-content:space-between;}
.indexfourcon2 dl dt>div>ul{width:calc(33.33% - 20px);}
.indexfourcon2 dl dt ul>li{display:flex;align-items:flex-start;font-size:14px;}
.indexfourcon2 dl dt ul>li>span{line-height:1;}
.indexfourcon2 dl dt ul>li>a{color:#be085d;text-decoration:underline;}
.indexfourcon2 dl.dl02{margin-top:2.5em;}
.indexfourcon2 dl.dl02 dt{width:calc(33.33% - 20px);}
.indexfourcon2 dl.dl02 dt figure:after{padding-top:48%;}
@media screen and (max-width:1400px){
	.indexfour{padding:60px 20px;}
	.indexfourcon dl dt{width:calc(50% - 15px);}
	.indexfourcon dl dt h3{font-size:16px;}
	.indexfourcon2 dl dt{width:100%;}
	.indexfourcon2 dl dt>div>ul{width:calc(33.33% - 15px);}
	.indexfourcon2 dl.dl02 dt{width:calc(33.33% - 15px);}
}
@media screen and (max-width:750px){
	.indexfourcon dl{display:block;}
	.indexfourcon dl dt{width:100%;}
	.indexfourcon dl dt:last-child{margin-top:1.5em;}
	.indexfourcon2 dl dt ul{width:calc(50% - 15px);}
	.indexfourcon2 dl{display:flex;flex-flow:wrap;}
	.indexfourcon2 dl.dl02 dt{width:calc(50% - 15px);}
	.indexfourcon2 dl.dl02 dt ul{width:100%;}
}
@media screen and (max-width:500px){
	.indexfourcon2 dl dt>div>ul{width:100%;}
	.indexfourcon2 dl.dl02 dt{width:100%;}
	.indexfourcon2 dl.dl02 dt:nth-child(2){margin-top:1.5em;}
}

.indexfive{padding:80px 40px;}
.indexfivecon{margin:0 auto;max-width:1050px;width:100%;}
.indexfivecon .common_tit h2 span{font-size:28px;}
.indexfivecon dl{margin-top:1em;display:flex;justify-content:space-between;}
.indexfivecon dl dt{width:calc(50% - 20px);}
.indexfivecon dl dt a figure{
	-webkit-transition:0.3s;
    transition:0.3s;
}
.indexfivecon dl dt a figure:hover{box-shadow:2px 2px 6px #ccc;}
.indexfivecon dl dt figure:after{padding-top:30%;}
.indexfivecon dl dt p{display:none;}
.indexfivecon a p{display:none;}
.indexfivecon p{margin-top:1em;padding:10px 20px;font-size:14px;color:#be085d;border:1px solid #be085d;}
@media screen and (max-width:1400px){
	.indexfive{padding:60px 20px;}
	.indexfivecon .common_tit h2 span{font-size:24px;}
	.indexfivecon dl dt{width:calc(50% - 15px);}
	.indexfivecon p{padding:8px 15px;}
}
@media screen and (max-width:500px){
	.indexfivecon .common_tit h2 span{font-size:20px;}
	.indexfivecon dl{display:block;}
	.indexfivecon dl dt{width:100%;}
	.indexfivecon dl dt:last-child{margin-top:1em;}
	.indexfivecon p{padding:6px 15px;font-size:12px;}
}


/* footer */
.footer{padding-top:60px;background:#b40f5e;}
.footercon{margin:0 auto;padding:0 40px;max-width:1050px;width:100%;}
.footercon>a{position:relative;display:block;margin:0px auto;width:289px;}
.footercon>p{margin-top:2em;font-size:14px;color:#fff;text-align:center;}
.footercon>dl{margin-top:2em;display:flex;align-items:center;justify-content:center;line-height:1;}
.footercon>dl>dt{font-size:42px;color:#fff;}
.footercon>dl>dt>p>span{padding-right:10px;font-size:34px;}
.footercon>dl>dt>p>a{color:#fff;font-family: 'Crimson Text', serif;}
.footercon>dl>dd{margin-left:2.5em;}
.footercon>dl>dd>p{display:flex;align-items:center;padding:10px 20px;font-size:16px;color:#12b7cb;font-weight:bold;background:#fff;border-radius:5px;
	-webkit-transition:0.3s;
    transition:0.3s;
}
.footercon>dl>dd>p a{color:#b40f5e;}
.footercon>dl>dd>p:hover{box-shadow:2px 2px 6px #838383;}
.footercon>dl>dd>p>a>span{padding-right:10px;font-size:26px;}
.footercon ul{padding:40px 0 40px;display:flex;flex-flow:wrap;justify-content:center;}
.footercon ul li{position:relative;padding:0 10px;}
.footercon ul li:after{position:absolute;top:5px;right:0;content:'';width:1px;height:17px;background:#fff;}
.footercon ul li:last-child:after{display:none;}
.footercon ul li a{font-size:16px;color:#fff;text-transform:capitalize;line-height:1;}
.footercon ul li a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transition:0.3s;
	transition:0.3s;
	transform:translateY(-10px);
}
.footercon ul li a:hover:after{opacity:1;transform:translateY(-5px);}
.footer .reserved{padding:27px 20px;background:#fff;}
.footer .reserved p{margin:0 auto;max-width:1050px;width:100%;font-size:13px;color:#b40f5e;font-weight:normal;text-align:center;}
@media screen and (max-width:1400px){
	.footer{padding-top:40px;}
	.footercon{padding:0 20px;}
	.footercon>a{width:240px;}
	.footercon>p{margin-top:1.5em;}
	.footercon>dl{margin-top:1.5em;}
	.footercon>dl>dt{font-size:36px;}
	.footercon>dl>dt>p>span{font-size:30px;}
	.footercon>dl>dd{margin-left:2em;}
	.footercon>dl>dd>p{padding:8px 20px;font-size:14px;}
	.footercon>dl>dd>p>a>span{padding-right:10px;font-size:22px;}
	.footercon ul{padding:30px 0 20px;}
	.footercon ul li a{font-size:14px;}
	.footer .reserved{padding:15px 20px;}
}
@media screen and (max-width:750px){
	.footercon>a{width:180px;}
	.footercon>p{margin-top:1em;}
	.footercon>dl{margin-top:1em;}
	.footercon>dl>dt{font-size:28px;}
	.footercon>dl>dt>p>span{padding-right:6px;font-size:22px;}
	.footercon>dl>dd{margin-left:1.5em;}
	.footercon>dl>dd>p{padding:6px 15px;font-size:12px;}
	.footercon>dl>dd>p>a>span{padding-right:6px;font-size:18px;}
	.footercon ul li a{font-size:14px;}
	.footercon ul{padding:20px 0;}
	.footer .reserved p{font-size:12px;}
}
@media screen and (max-width:500px){
	.footercon>dl{flex-flow:wrap;margin:1em auto 0;max-width:200px;}
	.footercon>dl>dt{width:100%;}
	.footercon>dl>dd{margin:1em 0 0 0;width:100%;text-align:center;}
	.footercon>p>span{display:block;}
}

/* pageban */
.pageban{position:relative;height:186px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1;background:#f8f8f8;overflow:hidden;}
.pageban .pagebancon h2{font-size:30px;color:#d85d97;text-transform:capitalize;letter-spacing:6px;font-family:'Noto Serif JP',serif;}
@media screen and (max-width:1400px){
	.pageban{height:150px;}
	.pageban .pagebancon h2{font-size:28px;letter-spacing:4px;}
	
}
@media screen and (max-width:750px){
	.pageban{height:120px;}
	.pageban .pagebancon h2{font-size:24px;letter-spacing:2px;}
}
.pagebannav{padding:30px 40px;}
.pagebannav p{margin:0 auto;max-width:1050px;width:100%;}
.pagebannav p a{color:#444;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.pagebannav p a:hover{color:#be085d;}
@media screen and (max-width:1400px){
	.pagebannav{padding:20px;}
}


/* access */
.accessone{padding:30px 40px;}
.accesstwo{padding:60px 40px 80px;}
.accesstwocon{margin:0 auto;max-width:1050px;width:100%;}
.accesstwocon .common_tit h2 span{font-size:28px;}
.accesstwocon dl{margin-top:1em;display:flex;justify-content:space-between;}
.accesstwocon dl dt{width:calc(50% - 20px);}
.accesstwocon dl dt h3{font-size:20px;color:#be085d;}
.accesstwocon dl dt h3 span{margin-right:20px;display:inline-block;width:60px;height:60px;font-size:32px;color:#fff;text-align:center;font-weight:normal;background:#be085d;border-radius:50%;}
.accesstwocon dl dt p{margin-top:1.5em;}
.accesstwocon dl dt figure{margin-top:3em;}
.accesstwocon dl dt figure:after{padding-top:60%;}
.accessone .indextwocon dl dd .telbox ul li:first-child p{font-size:16px;}
.accessone .indextwocon dl dd .telbox ul li:first-child a{display:block;margin-top:0.2em;color:#838383;font-size:44px;letter-spacing:4px;font-style:italic;font-family: 'Crimson Text', serif;}
.accessone .indextwocon dl dd .telbox>p{margin-top:1em;}
.accessone .indextwocon dl dd .telbox>p>a{color:#444;font-weight:bold;text-decoration:underline;}
@media screen and (max-width:1400px){
	.accessone{padding:20px;}
	.accesstwo{padding:40px 20px 60px;}
	.accesstwocon .common_tit h2 span{font-size:24px;}
	.accesstwocon dl dt{width:calc(50% - 15px);}
	.accesstwocon dl dt h3{font-size:18px;}
	.accesstwocon dl dt h3 span{margin-right:15px;width:50px;height:50px;font-size:28px;}
	.accesstwocon dl dt p{margin-top:1em;}
	.accesstwocon dl dt figure{margin-top:2em;}
	.accessone .indextwocon dl dd .telbox ul{justify-content:flex-start;}
	.accessone .indextwocon dl dd .telbox ul li:first-child{margin-right:20px;}
	.accessone .indextwocon dl dd .telbox ul li:first-child p{font-size:14px;}
	.accessone .indextwocon dl dd .telbox ul li:first-child a{font-size:36px;}
}
@media screen and (max-width:920px){
	.accessone .indextwocon dl dd .telbox ul li:first-child a{font-size:26px;letter-spacing:2px;}
}
@media screen and (max-width:600px){
	.accesstwocon .common_tit h2 span{font-size:20px;}
	.accesstwocon dl{display:block;}
	.accesstwocon dl dt{width:100%;}
	.accesstwocon dl dt:last-child{margin-top:2em;}
	.accesstwocon dl dt h3{font-size:16px;}
	.accesstwocon dl dt h3 span{margin-right:10px;width:40px;height:40px;font-size:24px;}
	.accesstwocon dl dt figure{margin-top:1.5em;}
	.accessone .indextwocon dl dd .telbox ul li:first-child p{font-size:12px;}
	.accessone .indextwocon dl dd .telbox ul li:first-child a{font-size:24px;}
	.accessone .indextwocon dl dd .telbox ul li:first-child{margin-right:10px;}
}

.greetingone{padding:60px 40px 80px;background:url(http://crossdesigncompany.com/sites/ontakesanhifuka/wp-content/uploads/2020/11/greeting01.jpg)no-repeat top right;}
.greetingonecon{margin:0 auto;max-width:1050px;width:100%;}
.greetingonecon2{display:none;}
.greetingonecon h3{font-size:30px;text-shadow:0 0 6px #fff,0 0 6px #fff;}
.greetingonecon h4{margin-top:1.5em;font-size:24px;color:#d46b9c;text-shadow:0 0 6px #fff,0 0 6px #fff;}
.greetingonecon p{margin-top:2.5em;font-size:18px;text-shadow:0 0 6px #fff,0 0 6px #fff;}
@media screen and (max-width:1400px){
	.greetingone{padding:0px 20px 60px;}
	.greetingonecon h3{font-size:26px;}
	.greetingonecon h4{margin-top:1em;font-size:20px;}
	.greetingonecon p{margin-top:2em;font-size:16px;}
}
@media screen and (max-width:1050px){
	.greetingonecon{padding-top:800px;margin:0;max-width:600px;}
	.greetingonecon p{margin-top:1.5em;font-size:14px;}
	.greetingone{background:none;}
	.greetingonecon{display:none;}
	.greetingonecon2 dl dt h3{font-size:22px;}
	.greetingonecon2 dl dt h4{margin-top:1em;color:#d46b9c;font-size:18px;}
	.greetingonecon2{display:block;margin:0 auto;max-width:1050px;width:100%;}
	.greetingonecon2 dl{display:flex;justify-content:space-between;}
	.greetingonecon2 dl dt{width:calc(50% - 15px);}
	.greetingonecon2 dl dd{width:calc(50% - 15px);}
	.greetingonecon2 dl dt p br:nth-child(1),
	.greetingonecon2 dl dt p br:nth-child(2),
	.greetingonecon2 dl dt p br:nth-child(9),
	.greetingonecon2 dl dt p br:nth-child(12){display:none;}
}
@media screen and (max-width:750px){
	.greetingonecon2 dl{display:block;}
	.greetingonecon2 dl dt{width:100%;}
	.greetingonecon2 dl dd{margin-top:1.5em;width:100%;}
	.greetingonecon2 dl dt h4{margin-top:0;color:#d46b9c;font-size:18px;}
	.greetingonecon2 dl dd figure{background-position:top center;}
	.greetingonecon2 dl dd figure:after{padding-top:60%;}
}

.greetingtwo{padding:60px 40px;}
.greetingtwocon{margin:0 auto;max-width:1050px;width:100%;}
.greetingtwocon .common_tit h2 span{font-size:26px;}
.greetingtwocon dl{margin-top:2em;display:flex;justify-content:space-between;}
.greetingtwocon dl dt{width:calc(60% - 20px);}
.greetingtwocon dl dt figure:after{padding-top:70%;}
.greetingtwocon dl dd{width:calc(40% - 20px);font-size:18px;}
.greetingtwocon dl dd h3{font-size:22px;color:#d46b9c;}
.greetingtwocon dl dd h3 span{font-size:30px;}
.greetingtwocon dl dd i{display:block;margin:15px 0;padding:5px 15px;font-size:20px;border:1px solid #d46b9c;}
@media screen and (max-width:1400px){
	.greetingtwo{padding:40px 20px;}
	.greetingtwocon .common_tit h2 span{font-size:22px;}
	.greetingtwocon dl dt{width:calc(60% - 15px);}
	.greetingtwocon dl dd{width:calc(40% - 15px);font-size:14px;}
	.greetingtwocon dl dd h3{font-size:18px;}
	.greetingtwocon dl dd h3 span{font-size:24px;}
	.greetingtwocon dl dd i{margin:10px 0;padding:3px 10px;font-size:16px;}
}
@media screen and (max-width:750px){
	.greetingtwocon .common_tit h2 span{font-size:20px;}
	.greetingtwocon dl{display:block;}
	.greetingtwocon dl dt{width:100%;}
	.greetingtwocon dl dd{margin-top:1.5em;width:100%;}
	.greetingtwocon dl dd h3{font-size:16px;}
	.greetingtwocon dl dd h3 span{font-size:20px;}
}

.introductionone{padding:30px 10px;}
.introductiononecon dl{display:flex;justify-content:space-between;}
.introductiononecon dl dt{width:calc(33.33% - 20px);}
.introductiononecon dl dt figure:after{padding-top:75%;}
.introductiononecon dl dt p{margin-top:1.5em;padding:0 60px;text-align:center;}
@media screen and (max-width:1400px){
	.introductionone{padding:10px;}
	.introductiononecon dl dt{width:calc(33.33% - 15px);}
	.introductiononecon dl dt p{margin-top:1em;padding:0 20px;}
}
@media screen and (max-width:750px){
	.introductiononecon dl{flex-flow:wrap;}
	.introductiononecon dl dt{width:calc(50% - 10px);}
	.introductiononecon dl dt:last-child{margin-top:1.5em;}
}
@media screen and (max-width:500px){
	.introductiononecon dl dt{width:100%;}
	.introductiononecon dl dt:nth-child(2){margin-top:1.5em;}
}

.introductiontwo{padding:60px 40px;}
.introductiontwocon{margin:0 auto;max-width:1050px;width:100%;}
.introductiontwocon .common_tit:after{width:360px;}
.introductiontwocon .common_tit h2 span{font-size:24px;}
.introductiontwocon p{margin-top:1.5em;line-height:3;}
.introductiontwocon h3{font-size:18px;color:#be085d;}
.introductiontwocon h3 span{padding-right:10px;}
.introductiontwocon h4{margin-top:3em;padding:5px 0 2px 10px;font-size:22px;border-left:3px solid #c11064;line-height:1;}
.introductiontwocon h4 span{padding-right:5px;}
.introductiontwocon dl{margin-top:2em;display:flex;justify-content:space-between;}
.introductiontwocon dl dt{width:calc(50% - 20px);}
.introductiontwocon dl dt a img{-webkit-transition:0.3s;
	transition:0.3s;}
.introductiontwocon dl dt a:hover img{transform:translateY(-10px);}
@media screen and (max-width:1400px){
	.introductiontwo{padding:40px 20px;}
	.introductiontwocon .common_tit:after{width:280px;}
	.introductiontwocon .common_tit h2 span{font-size:22px;}
	.introductiontwocon p{margin-top:1em;line-height:2.5;}
	.introductiontwocon h3{display:flex;font-size:16px;}
	.introductiontwocon h3 span{line-height:1.4;}
	.introductiontwocon h4{margin-top:2.5em;font-size:18px;}
	.introductiontwocon dl{margin-top:1.5em;}
	.introductiontwocon dl dt{width:calc(50% - 10px);}
}
@media screen and (max-width:750px){
	.introductiontwocon p{line-height:2;}
	.introductiontwocon h3{font-size:14px;}
	.introductiontwocon h4{margin-top:2em;font-size:16px;}
	.introductiontwocon dl{margin-top:1em;}
	.introductiontwocon dl dt{width:calc(50% - 5px);}
}
@media screen and (max-width:430px){
	.introductiontwocon dl{display:block;}
	.introductiontwocon dl dt{width:100%;}
	.introductiontwocon dl dt:last-child{margin-top:1em;}
	.introductiontwocon dl dt a:hover img{transform:none;}
}


/* news */
.newsone{padding:60px 40px;}
.newsonecon{margin:0 auto;max-width:1050px;width:100%;}
.newsonecon dl{padding:15px 0;display:flex;justify-content:space-between;}
.newsonecon dl:hover{background:#f1e8e2;}
.newsonecon dl dt{width:200px;text-align:center;}
.newsonecon dl dd{width:calc(100% - 200px);}
.newsonecon dl dd a{color:#444;}
.newsonecon dl dd a:hover{color:#be085d;}
@media screen and (max-width:1400px){
	.newsone{padding:40px 20px;}
	.newsonecon dl dt{width:160px;}
	.newsonecon dl dd{width:calc(100% - 160px);}
}
@media screen and (max-width:750px){
	.newsonecon dl dt{padding:0 10px;width:100px;text-align:left;}
	.newsonecon dl dd{padding:0 10px;width:calc(100% - 100px);}
}

.newstwo{padding:30px 40px;}
.newstwocon{margin:0 auto;max-width:1050px;width:100%;}
.newstwocon h3{font-size:24px;color:#000;}
.newstwocon h3 span{padding-right:80px;}
.newstwocon>figure{margin-top:2em;}
.newstwocon>figure:after{padding-top:50%;}
.newstwocon p{margin-top:2em;}
.newstwocon dl{margin-top:2em;display:flex;justify-content:space-between;}
.newstwocon dl dt{width:calc(50% - 20px);}
.newstwocon dl dt figure:after{padding-top:60%;}
.newstwocon dl dd{/*width:calc(50% - 20px);*/width:100%;}
@media screen and (max-width:1400px){
	.newstwo{padding:20px;}
	.newstwocon h3{font-size:20px;}
	.newstwocon h3 span{padding-right:40px;}
	.newstwocon>figure{margin-top:1.5em;}
	.newstwocon p{margin-top:1.5em;}
	.newstwocon dl{margin-top:1.5em;}
	.newstwocon dl dt{width:calc(50% - 15px);}
	.newstwocon dl dd{/*width:calc(50% - 15px);*/}
}
@media screen and (max-width:750px){
	.newstwocon h3{font-size:18px;}
	.newstwocon h3 span{display:block;}
	.newstwocon dl{display:block;}
	.newstwocon dl dt{width:100%;}
	/*.newstwocon dl dd{margin-top:1.5em;width:100%;}*/
}

.pagenavbox{padding:0 0 60px;}
.pagenav{display:flex;width:100%;justify-content:center;margin:40px auto 0;}
.pagenav>*{position:relative;padding:5px 10px;text-decoration:none;color:#be085d;line-height:1;}
/* .pagenav .page-numbers{position:relative;}
.pagenav .page-numbers:after{position:absolute;right:0;top:3px;display:block;content:'';width:1px;height:15px;background:#be085d;}
.pagenav .page-numbers:after{display:none;}
.pagenav>a.next:after{display:none;} */
.pagenav>a:hover{background:#be085d;color:#fff;text-decoration:none;}



.article-nav{margin-top:4em;}
ul.pager{display:flex;justify-content:center;}
ul.pager li:nth-child(2){margin:0 30px;}
ul.pager li a{color:#444;font-weight:bold;border-radius:0;border:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}
ul.pager li a:hover{color:#fff;background:#000;}
ul.pager li.return-list a{color:#fff;background:#be085d;}
ul.pager li.return-list a:hover{background:#000;}
@media screen and (max-width:750px){
	.article-nav{margin-top:3em;}
	ul.pager li.return-list{margin:0 10px;}
	ul.pager li a{padding:0 5px;}
}


.fluone{padding:60px 40px;}
.fluonecon{margin:0 auto;max-width:1050px;width:100%;border:#ccc 8px solid;padding:10px;line-height:2em;}
@media screen and (max-width:1400px){
	.fluone{padding:40px 20px;}
	.fluonecon{border:#ccc 5px solid;}
}
.flutwo{padding:0px 40px;}
.flutwocon{margin:0 auto;max-width:1050px;width:100%;}
.flutwocon>img{margin:0 auto;max-width:960px;width:100%;}
.flutwocon>dl{margin-top:2em;display:flex;justify-content:space-between;padding:50px 20px 20px;background:#f5c9de;}
.flutwocon>dl>dt{width:calc(25% - 20px);background:#c2005c;}
.flutwocon>dl>dt a{display:block;}
.flutwocon>dl>dt>a>img{margin:-60px auto 0;}
.flutwocon>dl>dt>a>h3{margin:10px 0;height:50px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:20px;color:#fff;line-height:1.2;}
.flutwocon>dl>dt a figure{margin:10px auto;width:21px;}
a.pdfa{display:inline-block;margin-top:2em;padding:20px;font-size:18px;color:#fff;font-weight:bold;background:#c2005c;border-radius:10px;}
a.pdfa:hover{opacity:0.8;}
.flutwocon>h3,.fluthreecon>h3,.flufourcon>h3{margin-top:1em;padding:12px 0 8px 10px;font-size:22px;border-left:3px solid #c11064;line-height:1.2;background:#eee;}
.flutwocon>p,.fluthreecon>p,.flufourcon>p{margin-top:1em;}
.fluthreecon>p a{color:#333;}
.fluthreecon>p a:hover{text-decoration:underline;}
@media screen and (max-width:1400px){
	.flutwo{padding:0px 20px;}
	.flutwocon>dl{margin-top:1.5em;padding:40px 20px 20px;}
	.flutwocon>dl>dt{width:calc(25% - 10px);}
	.flutwocon>dl>dt>a>img{margin:-50px auto 0;width:50px;}
	.flutwocon>dl>dt>a>h3{height:40px;font-size:16px;}
	.flutwocon>h3,.fluthreecon>h3{padding:10px 0 6px 10px;font-size:18px;}
}
@media screen and (max-width:750px){
	.flutwocon>dl{margin-top:1em;padding:30px 15px 15px;}
	.flutwocon>dl>dt{width:calc(25% - 5px);}
	.flutwocon>dl>dt>a>img{margin:-40px auto 0;width:40px;}
	.flutwocon>dl>dt>a>h3{height:30px;font-size:14px;}
	.flutwocon>h3,.fluthreecon>h3{font-size:14px;}
}
@media screen and (max-width:500px){
	.flutwocon>dl{flex-flow:wrap;padding:0px 15px 15px;}
	.flutwocon>dl>dt{margin-top:2em;width:calc(50% - 5px);}
}

.common_tits02{margin-top:3em;}
.common_tits02 h2{display:flex;align-items:center;}
.common_tits02 h2 img{margin-right:10px;max-width:9px;}
@media screen and (max-width:750px){
	.common_tits02 h2 img{margin-right:8px;max-width:6px;}
}

.fluthree{padding:0px 40px;}
.fluthreecon{margin:0 auto;max-width:1050px;width:100%;}
.fluthreecon dl{margin-top:1em;display:flex;justify-content:space-between;}
.fluthreecon dl dt{display:flex;align-items:center;justify-content:center;width:200px;font-size:18px;background:#c2005c;border-radius:10px;}
.fluthreecon dl dt a{display:block;color:#fff;}
.fluthreecon dl dt:hover{opacity:0.8;}
.fluthreecon dl dd{width:calc(100% - 230px);}
.fluthreecon dl dd p:last-child{margin-top:1em;}
@media screen and (max-width:1400px){
	.fluthree{padding:0px 20px;}
	.fluthreecon dl dt{width:180px;font-size:16px;}
	.fluthreecon dl dd{width:calc(100% - 200px);}
	.fluthreecon dl dd p:last-child{margin-top:15px;}
}
@media screen and (max-width:750px){
	.fluthreecon dl{display:block;}
	.fluthreecon dl dt{width:100%;}
	.fluthreecon dl dd{margin-top:1em;width:100%;}
}
.flufour{padding:0px 40px 60px;}
.flufourcon{margin:0 auto;max-width:1050px;width:100%;}
.flufourcon>p>img{margin:2em auto 0;max-width:657px;width:100%;}
.flufourcon>ul.ulbox{margin:1em auto 0;max-width:657px;width:100%;}
.flufourcon>dl{margin-top:1.5em;display:flex;align-items:center;justify-content:space-between;}
.flufourcon>dl>dt{width:300px;}
.flufourcon>dl>dt:last-child{display:flex;align-items:center;font-size:30px;line-height:1;font-weight:bold;font-family:'Crimson Text', serif;}
.flufourcon>dl>dt:last-child img{margin-right:5px;padding-bottom:5px;}
.flufourcon>dl>dd{width:calc(100% - 640px);}
.flufourcon>table{margin-top:1em;width:100%;border-spacing:2px;border:1px solid #ccc;text-align:center;}
.flufourcon>table th{padding:10px;font-size:18px;color:#fff;font-weight:bold;text-align:center;background:#787878;border:1px solid #ccc;}
.flufourcon>table td{padding:10px;border-spacing:2px;border:1px solid #ccc;}
.flufourcon>table td.time{background:#f0f0f0;}
.flufourcon>ul.ulbox02{padding:15px;}
.waku01{margin-top:1em;padding:15px;border:1px dotted #ccc;}
.waku01 a{color:#333;}
.waku01 a:hover{text-decoration:underline;}
@media screen and (max-width:1400px){
	.flufour{padding:0px 20px 40px;}
	.flufourcon>dl>dt{width:200px;}
	.flufourcon>dl>dd{width:calc(100% - 440px);}
	.flufourcon>table th{font-size:16px;}
	.flufourcon>dl>dt:last-child{font-size:26px;}
}
@media screen and (max-width:750px){
	.flufourcon>dl{display:block;}
	.flufourcon>dl>dt{width:100%;}
	.flufourcon>dl>dt img{margin:0 auto;width:150px;}
	.flufourcon>dl>dt:last-child{margin:0 auto;width:135px;}
	.flufourcon>dl>dt:last-child img{width:13px;padding-bottom:2px;}
	.flufourcon>dl>dd{margin:1em 0;width:100%;text-align:center;}
	.flufourcon>ul.ulbox{margin-top:20px;}
	.flufourcon>ul.ulbox02{padding:10px;}
	.flufourcon>table th{padding:5px;}
	.flufourcon>table td{padding:5px;}
	.waku01{margin-top:0;padding:10px;}
	.flufourcon>dl>dt:last-child{font-size:22px;}
}


.hairlossone{padding:60px 40px;}
.hairlossonecon{margin:0 auto;max-width:1050px;width:100%;}
.hairlossonecon>p{margin-top:20px;}
.hairlossonecon>.cont04{margin:20px auto 40px;padding:20px;max-width:860px;width:100%;border:1px solid #be085d;}
.hairlossonecon>.cont04>h4{margin-top:-33px;margin-bottom:15px;text-align:center;line-height:1;}
.hairlossonecon>.cont04>h4 span{padding:0 10px;font-size:30px;letter-spacing:2px;background:#fff;}
.hairlossonecon>.cont04>h3{font-size:18px;color:#be085d;}
.hairlossonecon>.cont04>h3>span{padding-right:6px;}
.hairlossonecon>dl{display:flex;justify-content:space-between;margin:80px auto 0;max-width:800px;width:100%;font-size:24px;text-align:center;line-height:1;border:3px solid #be085d;font-family:"Noto Sans","sans-serif";}
.hairlossonecon>dl dt{padding:20px 10px;width:12%;color:#fff;background:#be085d;}
.hairlossonecon>dl dd{padding:20px 10px;color:#be085d;}
.hairlossonecon>dl dd:first-child{width:40%;}
.hairlossonecon>dl dd:last-child{width:48%;border-left:3px solid #be085d;}
.hairlossonecon>h4{margin-top:60px;padding:5px 0 2px 10px;font-size:22px;line-height:1;border-left:3px solid #be085d;}
.hairlossonecon>figure{margin:30px 0 0 30px;}
.hairlossonecon>h5{margin-top:40px;font-size:22px;color:#be085d;}
.hairlossonecon>p.p001{margin-top:5px;}
.hairlossonecon>p>a{color:#be085d;text-decoration:underline;}
.hairlossonecon>p>a:hover{text-decoration:none;}
.hairlossonecon .cont01{margin:40px auto 0;max-width:660px;width:100%;}
.hairlossonecon .cont01 h6{font-size:26px;color:#be085d;text-align:center;}
.hairlossonecon .cont01 h6 span{display:inline-block;margin-left:15px;}
.hairlossonecon .cont01 figure{margin:20px auto 0;max-width:600px;}
.hairlossonecon .cont01 p{margin:10px auto 0;max-width:600px;}
.hairlossonecon .cont01 p.p003{margin:10px auto 0;max-width:660px;width:100%;text-align:center;}
.hairlossonecon .cont01 table{margin:10px auto 0;max-width:600px;width:100%;text-align:center;border:1px solid #be085d;}
.hairlossonecon .cont01 table tr:first-child{background:#ffcccc;}
.hairlossonecon .cont01 table tr td{padding:5px;border:1px solid #be085d;}
.hairlossonecon .cont02{margin-top:40px;}
.hairlossonecon .cont02 h6{margin-top:30px;font-size:26px;color:#be085d;text-align:center;}
.hairlossonecon .cont02 h6 span{display:inline-block;margin-left:15px;}
.hairlossonecon .cont02 div.tit01{margin-top:30px;font-size:22px;color:#be085d;font-weight:bold;text-align:center;border-bottom:1px dashed #be085d;}
.hairlossonecon .cont02 ul{margin-top:20px;margin-left:-17px;display:flex;flex-flow:wrap;}
.hairlossonecon .cont02 ul li{margin-left:17px;width:calc(20% - 17px);}
.hairlossonecon .cont02 ul li p{margin-top:10px;font-size:14px;line-height:1.6;}
.hairlossonecon .cont02 ul li p span{display:block;color:#be085d;}
.hairlossonecon .cont03{margin-top:40px;}
.hairlossonecon .cont03 .faq{margin-top:20px;}
.hairlossonecon .cont03 .faq dl{margin-top:10px;display:flex;align-items:flex-start;justify-content:space-between;}
.hairlossonecon .cont03 .faq dl:nth-child(1){padding-bottom:10px;border-bottom:1px dashed #ccc;}
.hairlossonecon .cont03 .faq dl>dt{display:flex;align-items:center;justify-content:center;width:34px;font-size:20px;color:#fff;font-weight:bold;background:#be085d;border-radius:5px;}
.hairlossonecon .cont03 .faq dl>dd{width:calc(100% - 45px);}
.hairlossonecon .cont03 .faq dl>dd h3{font-size:20px;color:#be085d;font-weight:bold;}
.hairlossonecon .cont03 .faq dl:nth-child(2) dt{background:#444;}
@media screen and (max-width:1400px){
	.hairlossone{padding:40px 20px;}
	.hairlossonecon>.cont04{max-width:740px;}
	.hairlossonecon>.cont04>h4{margin-top:-30px;}
	.hairlossonecon>.cont04>h4 span{font-size:26px;letter-spacing:1px;}
	.hairlossonecon>.cont04>h3{font-size:16px;}
	.hairlossonecon>dl{margin:60px auto 0;font-size:20px;}
	.hairlossonecon>dl dt{padding:15px 10px;}
	.hairlossonecon>dl dd{padding:15px 10px;}
	.hairlossonecon>h4{margin-top:50px;font-size:18px;}
	.hairlossonecon>figure{margin:20px 0 0 20px;}
	.hairlossonecon>h5{margin-top:30px;font-size:18px;}
	.hairlossonecon .cont01 h6{font-size:22px;}
	.hairlossonecon .cont02 h6{margin-top:20px;font-size:22px;}
	.hairlossonecon .cont02 div.tit01{margin-top:20px;font-size:20px;}
	.hairlossonecon .cont02 ul{margin-top:20px;margin-left:-10px;}
	.hairlossonecon .cont02 ul li{margin-left:10px;width:calc(20% - 10px);}
	.hairlossonecon .cont02 ul li p{font-size:12px;}
	.hairlossonecon .cont03 .faq dl>dt{width:30px;font-size:18px;}
	.hairlossonecon .cont03 .faq dl>dd{width:calc(100% - 40px);}
	.hairlossonecon .cont03 .faq dl>dd h3{font-size:18px;}
}
@media screen and (max-width:1000px){
	.hairlossonecon>.cont04{max-width:660px;}
	.hairlossonecon>.cont04>h4{margin-top:-28px;}
	.hairlossonecon>.cont04>h4 span{font-size:22px;letter-spacing:0px;}
	.hairlossonecon>.cont04>h3{font-size:14px;}
	.hairlossonecon>dl{margin:40px auto 0;font-size:16px;}
	.hairlossonecon>dl dt{padding:10px;}
	.hairlossonecon>dl dd{padding:10px;}
	.hairlossonecon>h4{margin-top:40px;font-size:16px;}
	.hairlossonecon>h5{margin-top:20px;font-size:16px;}
	.hairlossonecon .cont01 h6{font-size:18px;}
	.hairlossonecon .cont02 h6{font-size:18px;}
	.hairlossonecon .cont02 div.tit01{font-size:16px;}
	.hairlossonecon .cont03 .faq dl>dt{width:26px;font-size:16px;}
	.hairlossonecon .cont03 .faq dl>dd{width:calc(100% - 34px);}
	.hairlossonecon .cont03 .faq dl>dd h3{font-size:16px;}
}
@media screen and (max-width:750px){
	.common_tit2s h2{display:flex;}
	.hairlossonecon>.cont04{max-width:660px;}
	.hairlossonecon>.cont04>h4{margin-top:-28px;}
	.hairlossonecon>.cont04>h4 span{font-size:18px;}
	.hairlossonecon>dl{font-size:14px;}
	.hairlossonecon>h3{display:flex;align-items:baseline;}
	.hairlossonecon>h4{margin-top:40px;font-size:14px;}
	.hairlossonecon>h5{margin-top:20px;font-size:14px;}
	.hairlossonecon .cont01 h6{font-size:16px;line-height:1.6;}
	.hairlossonecon .cont02 ul{margin-top:0;}
	.hairlossonecon .cont02 ul li{margin-top:20px;width:calc(33.33% - 10px);}
	.hairlossonecon .cont02 h6{font-size:16px;line-height:1.6;}
	.hairlossonecon .cont03 .faq dl>dt{width:24px;font-size:14px;}
	.hairlossonecon .cont03 .faq dl>dd{width:calc(100% - 30px);}
	.hairlossonecon .cont03 .faq dl>dd h3{font-size:14px;}
	.hairlossonecon .cont01 table tr td span{display:block;}
}
@media screen and (max-width:500px){
	.hairlossonecon>dl{display:block;}
	.hairlossonecon>dl dt{width:100%;}
	.hairlossonecon>dl dd:first-child{padding:100%;}
	.hairlossonecon>dl dd:last-child{width:100%;border-top:3px solid #be085d;border-left:none;}
	.hairlossonecon>p{margin-top:10px;}
	.hairlossonecon .cont01 h6 span{margin-left:0px;}
	.hairlossonecon .cont02 ul li{width:calc(50% - 10px);}
}

.lineBtn{position:fixed;bottom:80px;right:10px;z-index:999;width:100%;max-width:280px;}
.lineBtn:hover{opacity:0.6;}
@media only screen and (max-width:1400px){
	.lineBtn{max-width:240px;}
}
@media only screen and (max-width:1080px){
	.lineBtn{bottom:60px;}
}